Update events.py

This commit is contained in:
Elmon11 2020-12-08 23:44:56 +01:00 committed by GitHub
parent a78125ca02
commit 38194dc9cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ from datetime import datetime
from discord.ext import commands
from checks import *
from functions import *
from unicode import *
from unicode import confirm, clipboard, cancel
from telnet import telnet
telnet_ip = "localhost"