Skip to content

Commit 92650ea

Browse files
committed
rename function name to match regular expression
Signed-off-by: RedTeaDev <[email protected]>
1 parent 7d17373 commit 92650ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

teapot/messages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def WIP():
88
"https://github.com/RedCokeDevelopment/Teapot.py)!", color=0x89CFF0)
99

1010

11-
def PermissionDenied():
11+
def permission_denied():
1212
"""user don't have permission"""
1313
return discord.Embed(title="🛑 Permission Denied!", description="You do not have permission to do this!",
1414
color=0xFF0000)

0 commit comments

Comments
 (0)