MrFox is a high quality, friendly, multi-purpose entertainment bot.
A high-quality multi-purpose discord bot
MrFox is a high quality, friendly, multi-purpose entertainment bot. With many features.
The prefix is what tells the bot that your message is a command and not just any message. The default prefix is f), Let's say we wanted to change the prefix to f! we can use the prefix command so f)prefix f! which will change the prefix to f!. The prefix in DM's is f), you can set a custom prefix per guild. You can always trigger the bot by using a mention prefix: @MrFox #6120.
Usage is a template for how a command can be used. It is made up of Aliases and Arguments.
Command aliases, It's exactly what it sounds like. Multiple names for one command that you can use to trigger the same command with different names that will produce the same result. They're wrapped in 《 》 and separated by |, like this: 《info|what|details》. This means in a guild where the prefix is f) that command can be triggered as f)info, f)what or f)details.
Arguments are the additional pieces of information you provide, to get the information you are looking for. Arguments are separated into 2 categories, required and optional. Required arguments are wrapped in < >. Optional arguments are wrapped in [ ]. Arguments follow the following format Name:Type{Min,Max}.
Example: <Points:int{1,50}> [Level:int{1,120}]
Note: Min & Max may be omitted separately, or completely when the argument has no min or max.
Arguments expect certain types of data and are validated before the command is even run. For instance, if you provide a String (letters) where the bot is expecting a Number, that can be a problem if it isn't caught. Although, some arguments may accept multiple types like: <ItemID:int|ItemName:str>. That single argument can be an ItemID as an integer or an ItemName as a string.
The following types are available:
true or false15 minutes0
0 отзывы
Отзывы могут оставлять только зарегистрированные пользователи. Все отзывы модерируются администрацией top.gg. Обязательно изучите наши правила перед отправкой отзыва.
5 звёзд
0
4 звёзд
0
3 звёзд
0
2 звёзд
0
1 звезда
0
Здесь еще нет отзывов!