Update server_commands.py

This commit is contained in:
Elmon11 2020-12-08 23:48:54 +01:00 committed by GitHub
parent a2d4ee546a
commit 355c7bda41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ from checks import *
from discord.ext import commands
from datetime import datetime
from functions import *
from unicode import *
from unicode import clipboard
class ServerCommands(commands.Cog):