Commit graph

62 commits

Author SHA1 Message Date
SeaswimmerTheFsh
92053acd20 more stuff wooo 2023-06-22 22:18:42 -04:00
SeaswimmerTheFsh
64545f7fe0 patched avatar command 2023-06-22 20:01:04 -04:00
SeaswimmerTheFsh
3e8fc0a8af pylint fixes 2023-06-22 15:26:14 -04:00
SeaswimmerTheFsh
2de21e6262 working on info cog 2023-06-22 15:23:36 -04:00
SeaswimmerTheFsh
9bb636ee34 initial commit 2023-06-21 22:06:41 -04:00
SeaswimmerTheFsh
c0e8445135 implemented CustomEmbed 2023-06-21 17:41:12 -04:00
SeaswimmerTheFsh
c5b2dfb2a8 actually fixing pylint 2023-06-21 17:19:47 -04:00
SeaswimmerTheFsh
58f7aa6ebf fixing some pylint stuff 2023-06-21 17:16:33 -04:00
SeaswimmerTheFsh
6a28033d52 added embed custom class (thanks MysticMia) 2023-06-21 17:03:29 -04:00
SeaswimmerTheFsh
5a514f86f6 formatting fixes 2023-06-21 15:37:31 -04:00
SeaswimmerTheFsh
8f39089324 added untimeout command 2023-06-21 15:33:19 -04:00
SeaswimmerTheFsh
85a0ad8d75 formatting fix 2023-06-21 13:34:50 -04:00
SeaswimmerTheFsh
9a737d5d74 added a kick command 2023-06-21 13:33:45 -04:00
SeaswimmerTheFsh
aad0fbf4b2 pylint fixes 2023-06-21 12:11:06 -04:00
SeaswimmerTheFsh
1353b5e96b whole bunch of things 2023-06-21 12:06:24 -04:00
SeaswimmerTheFsh
d63c9300ab fixed mysql_log implementation 2023-06-21 09:27:04 -04:00
SeaswimmerTheFsh
66b232781e changed type variable to moderation_type in mysql_log 2023-06-21 09:26:08 -04:00
SeaswimmerTheFsh
b615b258c2 pylint fixes 2023-06-21 09:24:15 -04:00
SeaswimmerTheFsh
a99bd711a7 pylint fixes 2023-06-21 09:22:40 -04:00
SeaswimmerTheFsh
f1754b3e1e big commit
made mysql_log a method to reduce repeat code, added warn command, added ban command, added unban command
2023-06-21 09:20:16 -04:00
SeaswimmerTheFsh
48e0b710c2 actually moved moderation.py to the cogs folder 2023-06-20 20:32:12 -04:00
SeaswimmerTheFsh
9b0bad0fa9 moved moderation.py to the cogs folder 2023-06-20 20:31:36 -04:00
SeaswimmerTheFsh
89936460af pylint fixes 2023-06-20 20:09:08 -04:00
SeaswimmerTheFsh
272b03946d whole lot of changes
too much to list here lol
2023-06-20 20:07:13 -04:00
SeaswimmerTheFsh
522e3448df improved parse_timedelta
added units for the singular versions of days, hours, minutes, and seconds - also added abbreivations
2023-06-20 12:44:45 -04:00
SeaswimmerTheFsh
7ae63250d0 fixed import order and added self to parse_timedelta method on line 41 2023-06-20 12:33:01 -04:00
SeaswimmerTheFsh
397099b27b removed unused imports and fixed parse_timedelta 2023-06-20 12:30:33 -04:00
SeaswimmerTheFsh
d51c26c9ca initial commit for moderation cog 2023-06-20 12:28:40 -04:00
SeaswimmerTheFsh
1d0d08ba47 added launch.json to gitignore 2023-06-20 12:18:35 -04:00
SeaswimmerTheFsh
3b8be1d7a1 prefix command fix
[p]prefix now correctly checks if you're the bot's owner
2023-06-20 10:36:13 -04:00
SeaswimmerTheFsh
0e4b934f9c dotenv -> python-dotenv 2023-06-20 10:24:06 -04:00
SeaswimmerTheFsh
942565bd06 comment changes 2023-06-20 09:39:29 -04:00
SeaswimmerTheFsh
1258062c4c a few fixes 2023-06-20 01:13:32 -04:00
SeaswimmerTheFsh
74af3fb5d1 pylint fixes 2023-06-20 01:06:40 -04:00
SeaswimmerTheFsh
3d26748dfc fixing pylint errors 2023-06-20 01:05:42 -04:00
SeaswimmerTheFsh
c9fa4a2845 prefix fixes + message logging 2023-06-20 01:02:22 -04:00
SeaswimmerTheFsh
87fffd84ad fixing pylint false positives 2023-06-19 22:30:41 -04:00
SeaswimmerTheFsh
a54cdf40d7 fixing pylint errors 2023-06-19 22:28:30 -04:00
SeaswimmerTheFsh
d389cb0db0 renamed Client class to client 2023-06-19 22:25:16 -04:00
SeaswimmerTheFsh
67d949a8a6 made all responses replies 2023-06-19 22:23:40 -04:00
SeaswimmerTheFsh
71c3855375 made [p]ping reply to users 2023-06-19 22:20:17 -04:00
SeaswimmerTheFsh
226e8b34d9 bunch of changes
working on avatar, created prefix (it doesn't work though yet), and made ping remove the initial message when editing
2023-06-19 21:50:15 -04:00
SeaswimmerTheFsh
b0fbe87fc0 pylint fixes
fixed import order and disabled line-too-long pylint rule
2023-06-19 19:10:03 -04:00
SeaswimmerTheFsh
7a05632bf0 updated ping command 2023-06-19 19:01:43 -04:00
SeaswimmerTheFsh
53dfa9fa5b -- 2023-06-19 18:25:43 -04:00
SeaswimmerTheFsh
8a76ed464c updated readme 2023-06-19 18:25:11 -04:00
SeaswimmerTheFsh
a3606aca7f more verbose comments
actually just committing this to test my webhook setup
2023-06-19 17:23:27 -04:00
SeaswimmerTheFsh
07749afef7 I think I actually fixed it this time 2023-06-19 17:20:35 -04:00
SeaswimmerTheFsh
9ccd04a2c2 hopefully fixed pylint config file 2023-06-19 17:19:27 -04:00
SeaswimmerTheFsh
4043825b71 (hopefully) final pylint change
changed from per-file pylint to a pylint config file
2023-06-19 17:18:20 -04:00