This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
citiesD = [ | |
{"x": 2448.0, "y": -7648.0, "name": "Amalfi"},{"x": 22784.0, "y": -1712.0, "name": "Cagayan"},{"x": -26128.0, "y": -12800.0, "name": "Area-42"},{"x": -2048.0, "y": -10576.0, "name": "Neftegrad"},{"x": -20304.0, "y": -10432.0, "name": "Dawnstar"},{"x": 5744.0, "y": -8752.0, "name": "Nova Kakhovka"},{"x": -13440.0, "y": 8384.0, "name": "Perito Moreno"},{"x": -10592.0, "y": -512.0, "name": "Illuminauti"},{"x": 176.0, "y": -8208.0, "name": "Miramas"},{"x": -7808.0, "y": 1616.0, "name": "Juazeiro"},{"x": 5984.0, "y": 1744.0, "name": "Ancapistan"},{"x": 3632.0, "y": 6192.0, "name": "Kaapstad"},{"x": 4832.0, "y": -6992.0, "name": "Halicarnassus"},{"x": -10656.0, "y": 736.0, "name": "Lemon Town"},{"x": -2752.0, "y": -4576.0, "name": "Saint Cloud"},{"x": 27632.0, "y": 5424.0, "name": "Moree"},{"x": 3504.0, "y": 2640.0, "name": "City Toof"},{"x": 3200.0, "y": -8560.0, "name": "Beograd"},{"x": 1232.0, "y": -8288.0, "name": "Monaco"},{"x": -16688.0, "y": -3984.0, "name": "Burrito"},{"x": -16128.0, "y": -8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a | |
ardvark | |
s | |
baci | |
k | |
us | |
es | |
ft | |
lone | |
s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a | |
ardvark | |
s | |
baci | |
k | |
us | |
es | |
ft | |
lone | |
s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from asyncio import coroutine | |
import asyncio | |
import socket | |
import sys | |
import discord | |
from discord.ext import commands | |
import random | |
from multiprocessing import Manager | |
from multiprocessing.dummy import Process | |
try: |
NewerOlder