diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-01-11 11:55:18 -0500 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-01-11 11:55:18 -0500 |
| commit | f5de90ba89146008af78c16e798e216efccf0c50 (patch) | |
| tree | 75f2bb7cee8bacce3f92c2b1bc468c7831b3429e /storage | |
| parent | 83dcca0a0279ce6415a3e9d153c13d91284369b0 (diff) | |
| download | AleeBot-f5de90ba89146008af78c16e798e216efccf0c50.tar.gz AleeBot-f5de90ba89146008af78c16e798e216efccf0c50.tar.bz2 AleeBot-f5de90ba89146008af78c16e798e216efccf0c50.zip | |
Ability to add quotes, web interface, pending quotes
Diffstat (limited to 'storage')
| -rw-r--r-- | storage/activities.js | 2 | ||||
| -rw-r--r-- | storage/settings.json | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/storage/activities.js b/storage/activities.js index 2b2a286..5d0161e 100644 --- a/storage/activities.js +++ b/storage/activities.js @@ -92,10 +92,8 @@ const activities = [ 'GNU\'s NOT UNIX!', 'Linux, but actually GNU/Linux', 'Praise RMS! (dont)', - 'Praying to St IGNUcius', 'Debloating my ThinkPad', 'Turbotastic!', - 'Goddamn Idiotic Truckload of Windows', `Now running on Discord.JS ${version}!` ]; diff --git a/storage/settings.json b/storage/settings.json index b53fd84..83932cc 100644 --- a/storage/settings.json +++ b/storage/settings.json @@ -1,4 +1,4 @@ { "abVersion": "2.13.0 Beta", - "prefix": "ab:" + "prefix": "abb:" } |
