Skip to content

Commit bf2e902

Browse files
committed
smh
1 parent a9bb2af commit bf2e902

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BotBase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ async def CreateBanEmbed(self, TargetId:int, ShowStatus:bool=True, Reason:str|No
744744
UserData.set_footer(text=f"User ID: {TargetId}")
745745
return UserData
746746

747-
def SetEmbedColorForAction(self, NewEmbed:Embed, Action:ModerationAction):
747+
def SetEmbedColorForAction(self, NewEmbed:discord.Embed, Action:ModerationAction):
748748
if (Action is ModerationAction.Ban):
749749
NewEmbed.colour = discord.Colour.red()
750750
elif (Action is ModerationAction.Unban):

0 commit comments

Comments
 (0)