-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.py
More file actions
54 lines (52 loc) · 3.13 KB
/
data.py
File metadata and controls
54 lines (52 loc) · 3.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
gif = [
'https://i.gifer.com/47tv.gif',
'https://i.gifer.com/GRA.gif',
'https://i.gifer.com/1Sqs.gif',
'https://i.gifer.com/4opR.gif',
'https://i.gifer.com/OvZ.gif',
'https://i.gifer.com/2ROi.gif',
'https://i.gifer.com/3dAZ.gif',
'https://i.gifer.com/2Qdl.gif',
'https://i.gifer.com/fxU6.gif',
'https://i.gifer.com/76t8.gif',
'https://i.gifer.com/Q81V.gif',
'https://i.gifer.com/2zGZ.gif',
'https://i.gifer.com/5m5n.gif',
'https://i.gifer.com/1FwN.gif',
'https://i.gifer.com/fyrX.gif',
'https://i.gifer.com/VIR.gif',
'https://i.gifer.com/7A9z.gif',
'https://i.gifer.com/2RgK.gif',
'https://i.gifer.com/4DPY.gif',
'https://i.gifer.com/ZLm5.gif',
'https://i.gifer.com/RyMZ.gif',
'https://i.gifer.com/K6Ti.gif',
'https://i.gifer.com/1zJg.gif',
'https://i.gifer.com/BPo7.gif',
'https://i.gifer.com/g15q.gif',
'https://i.gifer.com/U1nV.gif',
'https://i.gifer.com/4Fp0.gif',
'https://i.gifer.com/ynf.gif',
'https://i.gifer.com/cKt.gif',
'https://i.gifer.com/3igA.gif',
'https://i.gifer.com/x6.gif',
'https://i.gifer.com/3nxb.gif',
'https://i.gifer.com/7SmF.gif',
'https://i.gifer.com/410J.gif',
'https://i.gifer.com/7xFU.gif',
'https://i.gifer.com/iGn.gif',
'https://i.gifer.com/WMP.gif',
'https://i.gifer.com/QHC.gif',
'https://i.gifer.com/1Ndd.gif',
'https://i.gifer.com/bAV.gif',
'https://i.gifer.com/747m.gif'
]
admin_list = [
554276988961947669,
620886321115824158,
691575600707534908,
305414308320247818, # AlexeyZavar
852936138775330816
]
dota_heroes = ['Abaddon', 'Alchemist', 'Axe', 'Beastmaster', 'Brewmaster', 'Bristleback', 'CentaurWarrunner', 'ChaosKnight', 'Clockwerk', 'Dawnbreaker', 'Doom', 'DragonKnight', 'EarthSpirit', 'Earthshaker', 'ElderTitan', 'Huskar', 'Io', 'Kunkka', 'LegionCommander', 'Lifestealer', 'Lycan', 'Magnus', 'Marci', 'Mars', 'NightStalker', 'Omniknight', 'Phoenix', 'Pudge', 'SandKing', 'Slardar', 'Snapfire', 'SpiritBreaker', 'Sven', 'Tidehunter', 'Timbersaw', 'Tiny', 'TreantProtector', 'Tusk', 'Underlord', 'Undying', 'WraithKing', 'Anti-Mage', 'ArcWarden', 'Bloodseeker', 'BountyHunter', 'Broodmother', 'Clinkz', 'DrowRanger', 'EmberSpirit', 'FacelessVoid', 'Gyrocopter', 'Hoodwink', 'Juggernaut', 'LoneDruid', 'Luna', 'Medusa', 'Meepo', 'Mirana', 'MonkeyKing', 'Morphling', 'NagaSiren',
'NyxAssassin', 'Pangolier', 'PhantomAssassin', 'PhantomLancer', 'Razor', 'Riki', 'ShadowFiend', 'Slark', 'Sniper', 'Spectre', 'TemplarAssassin', 'Terrorblade', 'TrollWarlord', 'Ursa', 'VengefulSpirit', 'Venomancer', 'Viper', 'Weaver', 'AncientApparition', 'Bane', 'Batrider', 'Chen', 'CrystalMaiden', 'DarkSeer', 'DarkWillow', 'Dazzle', 'DeathProphet', 'Disruptor', 'Enchantress', 'Enigma', 'Grimstroke', 'Invoker', 'Jakiro', 'KeeperoftheLight', 'Leshrac', 'Lich', 'Lina', 'Lion', 'Nature"sProphet', 'Necrophos', 'OgreMagi', 'Oracle', 'OutworldDestroyer', 'Puck', 'Pugna', 'QueenofPain', 'Rubick', 'ShadowDemon', 'ShadowShaman', 'Silencer', 'SkywrathMage', 'StormSpirit', 'Techies', 'Tinker', 'Visage', 'VoidSpirit', 'Warlock', 'Windranger', 'WinterWyvern', 'WitchDoctor', 'Zeus']