Benjamyn Love benjamyn
  • Joined on 2020-04-17
benjamyn pushed to master at benjamyn/ia_bot 2026-08-30 03:00:33 -04:00
94395e45a9 Added base activity
benjamyn pushed to master at benjamyn/ia_bot 2026-08-30 02:55:02 -04:00
926fc4b96a Beeeg refactor
bd305ca1ca MEATBAG: Turn on logging 4skin
f43935bf54 HUMAN: server start scripts
Compare 3 commits »
benjamyn pushed to master at benjamyn/ia_bot 2026-08-27 03:05:21 -04:00
528beb7653 fix: suppress false-positive RuntimeWarning from process_commands
benjamyn pushed to master at benjamyn/ia_bot 2026-08-27 03:04:30 -04:00
611e38516f revert: await bot.process_commands(message) is correct in discord.py 2.7.x
benjamyn pushed to master at benjamyn/ia_bot 2026-08-27 03:01:55 -04:00
c37e940e86 fix: remove await from bot.process_commands() call
benjamyn pushed to master at benjamyn/ia_bot 2026-08-27 02:54:06 -04:00
59bde86d20 fix: use bot.process_commands() for prefix command dispatch
benjamyn pushed to master at benjamyn/ia_bot 2026-08-27 02:50:23 -04:00
6f8ed88f7a fix: use bot._commands registry to find prefix commands
benjamyn pushed to master at benjamyn/ia_bot 2026-08-27 02:46:45 -04:00
ba3fd2e8fa fix: strip only the first '!' character instead of all of them
benjamyn pushed to master at benjamyn/ia_bot 2026-08-27 02:43:42 -04:00
1c27ed17cf fix: await bot.process_commands(message) in on_message
benjamyn pushed to master at benjamyn/ia_bot 2026-08-27 02:41:51 -04:00
00cdad3145 fix: rename !help to !list-commands to avoid collision with built-in help
778778c622 fix: rename !help command to avoid collision with built-in help
Compare 2 commits »
benjamyn pushed to master at benjamyn/ia_bot 2026-08-27 02:39:26 -04:00
331e0e10a7 fix: add on_message handler to support !help and other text commands
benjamyn pushed to master at benjamyn/ia_bot 2026-08-27 02:35:50 -04:00
e458214467 fix: add ! prefix commands to main.py
benjamyn pushed to master at benjamyn/ia_bot 2026-08-27 02:30:15 -04:00
f7bdec8195 feat: add debug logging gated by APP_DEBUG environment variable
benjamyn pushed to master at benjamyn/ia_bot 2026-08-27 02:18:44 -04:00
1b08e58aa0 fix: rename command aliases to avoid collision
benjamyn pushed to master at benjamyn/ia_bot 2026-08-27 02:17:17 -04:00
087fea31b0 fix: await bot.add_cog() in cogs/admin.py
benjamyn pushed to master at benjamyn/ia_bot 2026-08-27 02:05:59 -04:00
43ca943cb8 feat: A.B.I.N.A.S.H Discord bot with GIF emotes, slash commands, and music
benjamyn created branch master in benjamyn/ia_bot 2026-08-27 02:05:59 -04:00
benjamyn created repository benjamyn/ia_bot 2026-08-27 01:59:54 -04:00
benjamyn pushed to feat/toml_loader at benjamyn/Mycelium 2026-07-06 21:43:13 -04:00
7fbc70bde6 feat: migrate config from INI to TOML format
378e3f46ea chore: replace configparser with toml crate dependency
Compare 2 commits »
benjamyn created branch feat/toml_loader in benjamyn/Mycelium 2026-07-06 21:43:13 -04:00