forked from yani/keeperbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
commands.info.php
56 lines (48 loc) · 2.55 KB
/
commands.info.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
45
46
47
48
49
50
51
52
53
54
55
56
<?php
/**
* A list of information for the commands
*
* --Disable dictionary for this file: cSpell: disable
*/
return [
// General
'!keeperklan' => '[Link] Keeper Klan forums',
'!megathread' => '[Link] Megathread on Reddit',
'!fandom' => '[Link] Fandom Dungeon Keeper wiki',
// DK1 / KFX
'!keeperfx' => '[Link] KeeperFX.net',
'!lubiki' => '[Link] Lubiki homepage',
'!unearth' => '[Link] Unearth (on the KeeperFX workshop)',
'!workshop' => '[Link] KeeperFX workshop',
'!implauncher' => '[Link] ImpLauncher',
'!kfxrepo' => '[Link] KeeperFX Github repo',
'!buildkfx' => '[Link] How to start building the KeeperFX codebase',
'!alpha' => 'Get the latest KeeperFX alpha patch',
'!stable' => 'Get the latest KeeperFX stable version',
'!controls' => '[Link] KeeperFX controls',
'!palette(s)' => '[Link] Palettes used by DK1 (KFX)',
'!music' => '[Link] Background .ogg music files',
'!wiki' => '[Link] Provides a link to the KeeperFX wiki',
// DK2
'!openkeeper' => '[Link] OpenKeeper Github repo (DK2)',
'!gim' => '[Link] General Improvement Mod (DK2)',
'!ember' => '[Link] Ember Github repo (DK2)',
// Meme
'!walter' => 'Print the French war cry',
'!rap, !dkrap' => '[Link] Dungeon Keeper rap video',
'!germanrap' => '[Link] German Dungeon Keeper rap video',
// Bugs
'!lvl10spellbug' => 'Explains what the Level 10 spell bug does (DK1)',
'!overflowbug' => 'Explains what the Overflow bug does (DK1)',
// Dynamic commands
'!keeperbot' => 'Send yourself a DM with information about the commands',
'!workshop <search_term>' => 'Search the workshop for a file and [Link] it',
'!slap <person>' => 'Slap a person',
'!roll' => 'Roll a number between 1 and 100',
'!roll <max>' => 'Roll a number between 1 and the given max number',
'!randommap' => 'Get a random map from the KeeperFX workshop',
'!randomcampaign' => 'Get a random campaign from the KeeperFX workshop',
'!prototype <run_id>' => 'Get or wait on a prototype to share (only 1 wait loop possible)',
'!alpha <run_id>' => 'Get told the fix for this is in the specific alpha',
'!mapnumber <map_number>' => 'Check if a specific map number is available on the KeeperFX workshop'
];