Skip to content

Commit 277f7d6

Browse files
committed
space
1 parent e525d56 commit 277f7d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/events/ready.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export default {
1717
event: "ready",
1818
run: async (client) => {
1919
console.log(`${client.user.tag} is online!`);
20+
2021
const guild = await client.guild;
2122

2223
if (guild === undefined) {

0 commit comments

Comments
 (0)