Base structure #2
This commit is contained in:
@ -15,4 +15,6 @@ client.on("ready", () => {
|
||||
console.log(`Connected to Discord API. Bot account is ${client.user?.tag} (${client.user?.id})`);
|
||||
});
|
||||
|
||||
export default client;
|
||||
export default client;
|
||||
|
||||
import "../commands";
|
Reference in New Issue
Block a user