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
아직 리뷰가 없습니다!