Added a !translate command, utilizing the Google API.

Fix for a few more ValueErrors (printing float > int, without conversation)
This commit is contained in:
2021-10-11 19:52:33 +02:00
parent fc68950ade
commit dea25b05a5
4 changed files with 92 additions and 15 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ class IgnCore:
self.last_timer_event = 0
self.start_time = int(time.time())
self.major_version = "IGNCore v2.6"
self.minor_version = "6"
self.minor_version = "7"
self.incoming_queue = FifoQueue()
self.mass_message_queue = None
self.conns = DictObject()