diff options
| author | Alee <alee14498@gmail.com> | 2018-04-18 15:35:39 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-04-18 15:35:39 -0400 |
| commit | f82689825d6f00eb6bab4691cae0b5f9603351ab (patch) | |
| tree | e446c50a0b63dff513fa7867b981166dcf6ab05a /bot_discord.js | |
| parent | 4e922cf7c944cdeaf3b696cc325bc0071604d970 (diff) | |
| download | AleeBot-f82689825d6f00eb6bab4691cae0b5f9603351ab.tar.gz AleeBot-f82689825d6f00eb6bab4691cae0b5f9603351ab.tar.bz2 AleeBot-f82689825d6f00eb6bab4691cae0b5f9603351ab.zip | |
Forgot the prefix
Diffstat (limited to 'bot_discord.js')
| -rw-r--r-- | bot_discord.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot_discord.js b/bot_discord.js index 347d660..a9f8ee0 100644 --- a/bot_discord.js +++ b/bot_discord.js @@ -88,7 +88,7 @@ client.on('ready', () => { client.setInterval(function() {
const games = [
- 'AleeBot ' + settings.abVersion + ' | ' + config.prefix + 'help',
+ 'AleeBot ' + settings.abVersion + ' | ' + settings.prefix + 'help',
'Annoying Alee',
'Coding stuff',
'Drawing shapes',
|
