-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgame_roles.php
44 lines (42 loc) · 1.15 KB
/
game_roles.php
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
<?php
$gameroles = array(
"LFG" => "🔍",
"Streamers" => "🛰️",
"Viewers" => "📡",
"Call of Duty" => "🪖",
"Crusaders of the Lost Idols" => "⚔️",
"DayZ" => "👨🌾",
"Deep Rock Galactic" => "🍻",
"Eco" => "🌎",
"Escape From Tarkov" => "🇷🇺",
"Final Fantasy XIV" => "🌒",
"For The King" => "👑",
"Genshin Impact" => "👱♀️",
"Magic the Gathering" => "💳",
"Minecraft" => "⛏️",
"Phasmophobia" => "👻",
"Project Zomboid" => "🏘️",
"Rimworld" => "💉",
"Subnautica" => "🤿"
);
//Message copy-pasta:
$gameroles_message_text = "**Role Menu: Games**
:mag: : `Looking For Group`
:satellite_orbital: : `Streamers`
:satellite: : `Viewers`
:military_helmet: : `Call of Duty`
:crossed_swords: : `Crusaders of the Lost Idols`
:man_farmer: : `DayZ`
:beers: : `Deep Rock Galactic`
:earth_americas: : `Eco`
:flag_ru: : `Escape From Tarkov`
:waxing_crescent_moon: : `Final Fantasy XIV`
:crown: : `For The King`
:blond_haired_woman: : `Genshin Impact`
:credit_card: : `Magic the Gathering`
:pick: : `Minecraft`
:ghost: : `Phasmophobia`
:homes: : `Project Zomboid`
:syringe: : `Rimworld`
:diving_mask: : `Subnautica`
";