2019-11-11 08:56:08 +00:00
|
|
|
# Imports go here!
|
2020-07-18 14:24:16 +00:00
|
|
|
from .ahnonlosoio import AhnonlosoioCommand
|
2020-07-22 12:27:30 +00:00
|
|
|
from .answer import AnswerCommand
|
2020-07-18 14:24:16 +00:00
|
|
|
from .brawlhalla import BrawlhallaCommand
|
|
|
|
from .cat import CatCommand
|
2019-11-11 08:56:08 +00:00
|
|
|
from .ciaoruozi import CiaoruoziCommand
|
|
|
|
from .color import ColorCommand
|
2019-11-28 16:54:36 +00:00
|
|
|
from .cv import CvCommand
|
2020-07-18 14:24:16 +00:00
|
|
|
from .cvstats import CvstatsCommand
|
2019-11-11 08:56:08 +00:00
|
|
|
from .diario import DiarioCommand
|
|
|
|
from .diarioquote import DiarioquoteCommand
|
2020-07-18 14:24:16 +00:00
|
|
|
from .diarioshuffle import DiarioshuffleCommand
|
|
|
|
from .dota import DotaCommand
|
2019-12-03 14:18:45 +00:00
|
|
|
from .eat import EatCommand
|
2020-07-18 14:24:16 +00:00
|
|
|
from .emojify import EmojifyCommand
|
2019-12-30 01:51:55 +00:00
|
|
|
from .eval import EvalCommand
|
|
|
|
from .exec import ExecCommand
|
2020-07-18 14:24:16 +00:00
|
|
|
from .fortune import FortuneCommand
|
|
|
|
from .givefiorygi import GivefiorygiCommand
|
|
|
|
from .givetreasure import GivetreasureCommand
|
|
|
|
from .help import HelpCommand
|
|
|
|
from .leagueoflegends import LeagueoflegendsCommand
|
|
|
|
from .magickfiorygi import MagickfiorygiCommand
|
|
|
|
from .magicktreasure import MagicktreasureCommand
|
2020-09-03 22:37:19 +00:00
|
|
|
from .matchmaking import MatchmakingCommand
|
2020-07-18 14:24:16 +00:00
|
|
|
from .ping import PingCommand
|
|
|
|
from .pmots import PmotsCommand
|
2020-07-18 14:29:43 +00:00
|
|
|
from .dog import DogCommand
|
2020-07-18 14:24:16 +00:00
|
|
|
from .rage import RageCommand
|
|
|
|
from .reminder import ReminderCommand
|
|
|
|
from .royalpackversion import RoyalpackCommand
|
|
|
|
from .ship import ShipCommand
|
|
|
|
from .smecds import SmecdsCommand
|
|
|
|
from .spell import SpellCommand
|
|
|
|
from .steammatch import SteammatchCommand
|
|
|
|
from .steampowered import SteampoweredCommand
|
2020-05-21 13:16:03 +00:00
|
|
|
from .treasure import TreasureCommand
|
2020-07-18 14:24:16 +00:00
|
|
|
from .trivia import TriviaCommand
|
2020-07-21 23:39:04 +00:00
|
|
|
from .osu import OsuCommand
|
2020-09-24 01:20:35 +00:00
|
|
|
from .trionfireali import TrionfirealiCommand
|
2019-11-11 08:56:08 +00:00
|
|
|
|
|
|
|
# Enter the commands of your Pack here!
|
|
|
|
available_commands = [
|
2020-07-18 14:24:16 +00:00
|
|
|
AhnonlosoioCommand,
|
2020-07-22 12:27:30 +00:00
|
|
|
AnswerCommand,
|
2020-07-18 14:24:16 +00:00
|
|
|
BrawlhallaCommand,
|
|
|
|
CatCommand,
|
2019-11-11 08:56:08 +00:00
|
|
|
CiaoruoziCommand,
|
|
|
|
ColorCommand,
|
2019-11-28 16:54:36 +00:00
|
|
|
CvCommand,
|
2020-07-18 14:24:16 +00:00
|
|
|
CvstatsCommand,
|
2019-11-11 08:56:08 +00:00
|
|
|
DiarioCommand,
|
|
|
|
DiarioquoteCommand,
|
2020-07-18 14:24:16 +00:00
|
|
|
DiarioshuffleCommand,
|
|
|
|
DotaCommand,
|
2019-12-03 14:18:45 +00:00
|
|
|
EatCommand,
|
2020-07-18 14:24:16 +00:00
|
|
|
EmojifyCommand,
|
2019-12-30 01:51:55 +00:00
|
|
|
EvalCommand,
|
|
|
|
ExecCommand,
|
2020-07-18 14:24:16 +00:00
|
|
|
FortuneCommand,
|
|
|
|
GivefiorygiCommand,
|
|
|
|
GivetreasureCommand,
|
|
|
|
HelpCommand,
|
|
|
|
LeagueoflegendsCommand,
|
|
|
|
MagickfiorygiCommand,
|
|
|
|
MagicktreasureCommand,
|
2020-09-03 22:37:19 +00:00
|
|
|
MatchmakingCommand,
|
2020-07-18 14:24:16 +00:00
|
|
|
PingCommand,
|
|
|
|
PmotsCommand,
|
2020-07-18 14:29:43 +00:00
|
|
|
DogCommand,
|
2020-07-18 14:24:16 +00:00
|
|
|
RageCommand,
|
|
|
|
ReminderCommand,
|
|
|
|
RoyalpackCommand,
|
|
|
|
ShipCommand,
|
|
|
|
SmecdsCommand,
|
|
|
|
SpellCommand,
|
|
|
|
SteammatchCommand,
|
|
|
|
SteampoweredCommand,
|
2020-05-21 13:16:03 +00:00
|
|
|
TreasureCommand,
|
2020-07-18 14:24:16 +00:00
|
|
|
TriviaCommand,
|
2020-07-21 23:39:04 +00:00
|
|
|
OsuCommand,
|
2020-09-24 01:20:35 +00:00
|
|
|
TrionfirealiCommand,
|
2019-11-11 08:56:08 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
# Don't change this, it should automatically generate __all__
|
|
|
|
__all__ = [command.__name__ for command in available_commands]
|