diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-08-30 19:56:13 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-08-30 19:56:13 -0400 |
| commit | caa341ec28a1247bd06602ba3bc727a7ff8f1fd7 (patch) | |
| tree | aba91bfdc0e9fd4c1683358fe4c4798127fc239c /bot_discord.js | |
| parent | 946eebabce9011d653364880ffbd2e049bd49934 (diff) | |
| download | AleeBot-caa341ec28a1247bd06602ba3bc727a7ff8f1fd7.tar.gz AleeBot-caa341ec28a1247bd06602ba3bc727a7ff8f1fd7.tar.bz2 AleeBot-caa341ec28a1247bd06602ba3bc727a7ff8f1fd7.zip | |
Help + About changes; Corrections in README; Added new play status
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) => { |
