1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-02 16:43:12 +00:00
Commit graph

10 commits

Author SHA1 Message Date
kzndotsh
7925a3cecc refactor(settings.json, constants.py): simplify and rename EMBED_STATE_COLORS and EMBED_STATE_ICONS to EMBED_COLORS and EMBED_ICONS respectively for better readability
feat(constants.py): add TOKEN, PREFIX, COG_IGNORE_LIST constants to handle environment specific variables for better code maintainability
style(constants.py): remove unused UNICODE and EMOJIS constants to clean up the code
fix(settings.json): update EMBED_COLORS and EMBED_ICONS values to reflect the latest design changes
2024-07-13 19:25:16 +00:00
kzndotsh
aa9a30ad20 refactor(.env.example, settings.json, cog_loader.py, main.py): rename STAGING to DEV for better clarity
feat(settings.json): add new configuration options for roles, channels, embed colors, icons, unicode, emojis
feat(random.py): add new 'Random' cog with coinflip, 8ball, dice, randomnumber commands for fun user interactions

refactor(constants.py): move hardcoded values to config file for better maintainability
feat(constants.py): add support for DEV environment variables for development mode
fix(sentry.py): change environment setup to support new DEV and PROD constants for better environment handling
2024-06-16 16:15:05 +00:00
yaboytabby
97cb963db5 update purge.py 2024-04-01 17:20:22 -05:00
yaboytabby
f67d83a0a5 change how purge.py grabs permissions and begin using a json file for configuration 2024-04-01 06:53:25 -05:00
kzndotsh
52d05ec3be [Feat] Role Count command 2024-03-22 09:04:35 -04:00
kzndotsh
355dcb4f90 [Feat] Minimal ban and kick command 2024-03-12 01:07:04 -04:00
jwe66
7ccb531c50 [docs][logs] fixed logging and settings.ini file 2024-01-13 20:51:06 -05:00
kaizen
67aed8e897 [Fix] CommandCog references in remaining commands 2024-01-13 20:25:55 -05:00
jwe66
bc9b3d5588 [Feat][Tested] Added CommandCog and Permmissions Class. Working Permissions and settings.ini files 2024-01-13 20:01:14 -05:00
jwe66
c683fb9ee7 [Feature][Tested] Basic Settings Parser and Example .ini File
Added a basic settings parser and an example settings.ini file.
2023-12-12 00:51:41 -05:00