1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-02 16:43:12 +00:00
tux/.archive
kzndotsh 56024ec2ff refactor(notes.py, dev.py, eval.py, git.py, mail.py): replace ctx.reply with ctx.send for better compatibility
feat(notes.py, dev.py, eval.py, git.py, mail.py): add ephemeral and delete_after parameters to ctx.send to improve user experience

refactor(random.py, xkcd.py, config.py, export.py, rolecount.py, avatar.py, run.py, ban.py): replace ctx.reply with ctx.send for better compatibility across different contexts
feat(random.py, config.py, avatar.py, run.py, ban.py): add delete_after parameter to auto delete messages after 30 seconds for cleaner chat
fix(rolecount.py): change fallback emoji from role.display_icon to "?" for better error handling
fix(avatar.py): add ephemeral parameter to make certain replies only visible to the command invoker

refactor(cases.py): remove commented code and unused function to improve code readability
refactor(cases.py): replace ctx.reply with ctx.send to ensure compatibility with different bot versions
feat(cases.py): add type hinting to emojis dictionary for better type safety
feat(cases.py): refactor emoji formatting and case description generation for better code organization
fix(jail.py): add condition to check existing permissions before setting new ones to avoid unnecessary API calls
refactor(jail.py): replace ctx.reply with ctx.send to ensure compatibility with different bot versions
style(jail.py): format interaction response to adhere to line length limit

refactor(moderation): replace ctx.reply with ctx.send for better compatibility across different contexts
feat(moderation): add delete_after and ephemeral options to interaction responses for better user experience
chore(moderation): remove unnecessary logging statements to clean up console output
feat(moderation/roles): add ephemeral and delete_after options to role assignment messages for better user experience

refactor(warn.py, poll.py, query.py, remindme.py, snippets.py, tldr.py, wiki.py): replace ctx.reply with ctx.send for consistency
feat(warn.py, poll.py, query.py, remindme.py, snippets.py): add delete_after and ephemeral parameters to ctx.send for better user experience
style(poll.py, tldr.py): remove unnecessary logger.info statements for cleaner code
fix(snippets.py): adjust permission level check for snippet deletion for better access control
feat(wiki.py): add alias 'wk' to wiki command for easier access
style(query.py): shorten footer text in embed message for brevity
2024-07-31 22:56:03 +00:00
..
logging refactor(logging): remove unused code 2024-07-24 09:07:05 -04:00
tests chore(structure) move tmp to .archive + create infra dir 2024-04-11 18:10:01 -04:00
ban.py Refactor database models and clean up archive 2024-06-29 06:08:48 -04:00
bot.py chore(structure) move tmp to .archive + create infra dir 2024-04-11 18:10:01 -04:00
CLI.md feat(docs): add CLI.md, COG_STANDARDS.md, EMBED_STANDARDS.md to .archive directory 2024-07-29 20:58:32 +00:00
COG_STANDARDS.md feat(docs): add CLI.md, COG_STANDARDS.md, EMBED_STANDARDS.md to .archive directory 2024-07-29 20:58:32 +00:00
command_cog.py docs: update docstrings to follow numpydoc style guide 2024-07-15 09:42:09 +00:00
console.py feat(console.py): add new console.py file to handle bot commands from console 2024-07-13 20:02:03 +00:00
ctx_error_handler.py docs: update docstrings to follow numpydoc style guide 2024-07-15 09:42:09 +00:00
dependency-review.yml chore(structure) move tmp to .archive + create infra dir 2024-04-11 18:10:01 -04:00
EMBED_STANDARDS.md feat(docs): add CLI.md, COG_STANDARDS.md, EMBED_STANDARDS.md to .archive directory 2024-07-29 20:58:32 +00:00
EMBED_USAGE.md feat(docs): add CLI.md, COG_STANDARDS.md, EMBED_STANDARDS.md to .archive directory 2024-07-29 20:58:32 +00:00
emojistats.py Refactor database models and clean up archive 2024-06-29 06:08:48 -04:00
error_handler.py feat(ctx_error_handler.py): add new error handler for command context 2024-05-01 04:10:58 +00:00
EVENT_STANDARDS.md feat(docs): add CLI.md, COG_STANDARDS.md, EMBED_STANDARDS.md to .archive directory 2024-07-29 20:58:32 +00:00
ghost_pings.py chore(structure) move tmp to .archive + create infra dir 2024-04-11 18:10:01 -04:00
ghub.py feat(ghub.py): add new GitHub commands for discord bot 2024-04-18 07:08:03 +00:00
guide.py feat(guide.py): add new guide.py file to provide server guide functionality 2024-07-13 19:40:25 +00:00
guild.py chore(structure) move tmp to .archive + create infra dir 2024-04-11 18:10:01 -04:00
helpers.py chore(structure) move tmp to .archive + create infra dir 2024-04-11 18:10:01 -04:00
kaizen_ping_counter.py chore(structure) move tmp to .archive + create infra dir 2024-04-11 18:10:01 -04:00
kick.py docs: update docstrings to follow numpydoc style guide 2024-07-15 09:42:09 +00:00
message.py chore(structure) move tmp to .archive + create infra dir 2024-04-11 18:10:01 -04:00
mod.py feat: add new mod.py and voice.py files in .archive directory for logging moderation and voice activities 2024-05-01 06:18:14 +00:00
neofetch.py style(neofetch.py, cog_loader.py, avatar.py, tldr.py): correct comment block formatting for consistency 2024-07-15 10:46:57 +00:00
notes.py refactor(notes.py, dev.py, eval.py, git.py, mail.py): replace ctx.reply with ctx.send for better compatibility 2024-07-31 22:56:03 +00:00
on_member_update.py chore(structure) move tmp to .archive + create infra dir 2024-04-11 18:10:01 -04:00
on_message.py chore(structure) move tmp to .archive + create infra dir 2024-04-11 18:10:01 -04:00
permissions.py docs: update docstrings to follow numpydoc style guide 2024-07-15 09:42:09 +00:00
PROJECT_STRUCTURE.md feat(docs): add CLI.md, COG_STANDARDS.md, EMBED_STANDARDS.md to .archive directory 2024-07-29 20:58:32 +00:00
roles.py docs: update docstrings to follow numpydoc style guide 2024-07-15 09:42:09 +00:00
settings.ini chore(structure) move tmp to .archive + create infra dir 2024-04-11 18:10:01 -04:00
test_error_handler.py feat(ctx_error_handler.py): add new error handler for command context 2024-05-01 04:10:58 +00:00
thread.py chore(structure) move tmp to .archive + create infra dir 2024-04-11 18:10:01 -04:00
timeout.py Refactor database models and clean up archive 2024-06-29 06:08:48 -04:00
tools.py feat(guide.py): add new guide.py file to provide server guide functionality 2024-07-13 19:40:25 +00:00
tux_logger.py docs: update docstrings to follow numpydoc style guide 2024-07-15 09:42:09 +00:00
unban.py docs: update docstrings to follow numpydoc style guide 2024-07-15 09:42:09 +00:00
voice.py feat: add new mod.py and voice.py files in .archive directory for logging moderation and voice activities 2024-05-01 06:18:14 +00:00
warn.py Refactor database models and clean up archive 2024-06-29 06:08:48 -04:00