-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
17 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,10 @@ | ||
class BanLogger: | ||
Check notice on line 1 in techsupport_bot/commands/modlog.py codefactor.io / CodeFactortechsupport_bot/commands/modlog.py#L1
|
||
async def high_score_command(self, interaction): | ||
... | ||
async def high_score_command(self, interaction): ... | ||
|
||
async def on_ban(self, guild, ban): | ||
... | ||
async def on_ban(self, guild, ban): ... | ||
|
||
|
||
async def log_ban(banned_member, banning_moderator, guild): | ||
... | ||
async def log_ban(banned_member, banning_moderator, guild): ... | ||
|
||
|
||
async def log_unban(unbanned_member, unbanning_moderator, guild): | ||
... | ||
async def log_unban(unbanned_member, unbanning_moderator, guild): ... | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,6 @@ | |
Move all config over to specific new files | ||
""" | ||
|
||
|
||
import re | ||
|
||
import discord | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters