mirror of
https://github.com/hazemKrimi/discord-bot.git
synced 2026-05-01 18:30:25 +00:00
modified environment variables
This commit is contained in:
@@ -120,8 +120,8 @@ Structures.extend('Guild', Guild => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
const client = new CommandoClient({
|
const client = new CommandoClient({
|
||||||
commandPrefix: '!',
|
commandPrefix: process.env.PREFIX,
|
||||||
owner: '321673699436527617'
|
owner: process.env.OWNER_ID
|
||||||
});
|
});
|
||||||
|
|
||||||
client.registry
|
client.registry
|
||||||
|
|||||||
Reference in New Issue
Block a user