diff options
Diffstat (limited to 'bot_discord.js')
| -rw-r--r-- | bot_discord.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bot_discord.js b/bot_discord.js index c1196d4..a390fef 100644 --- a/bot_discord.js +++ b/bot_discord.js @@ -51,13 +51,14 @@ const activities = [ 'Drawing shapes', 'Fighting Quad', 'Ultra Jump Mania!', - 'Exposing TAS-Corp', + 'Exposing TAS-Corp', 'Fighting Evelyn Claythorne', 'Installing Windows 11', 'Breaking Windows 10', 'Reticulating splines', 'Dag dag!', - '90% bug free!' + '90% bug free!', + 'Now running ' + Discord.version + '!' ]; const log = (message) => { |
