mirror of
https://github.com/Floriansylvain/Risitas_BOT.git
synced 2026-08-19 19:53:19 +02:00
🔥 - Removed useless code that I forgot
This commit is contained in:
@@ -19,10 +19,6 @@ class ChatObj(object):
|
|||||||
self.discord_chan = discord_chan
|
self.discord_chan = discord_chan
|
||||||
chats[discord_chan] = self
|
chats[discord_chan] = self
|
||||||
|
|
||||||
def __del__(self):
|
|
||||||
print("test ssvp")
|
|
||||||
del self
|
|
||||||
|
|
||||||
def chat_init(self):
|
def chat_init(self):
|
||||||
try:
|
try:
|
||||||
self.sock.connect((server, port))
|
self.sock.connect((server, port))
|
||||||
|
|||||||
Reference in New Issue
Block a user