mirror of
https://github.com/RGBCube/VReplBot
synced 2025-07-26 16:07:45 +00:00
Make it functional
This commit is contained in:
parent
9eb87f0c8d
commit
80ec2b9d9e
2 changed files with 8 additions and 5 deletions
|
@ -32,11 +32,11 @@ class ReplBot(CommandsBot):
|
|||
command_prefix = when_mentioned_or("&"),
|
||||
strip_after_prefix = True,
|
||||
case_insensitive = True,
|
||||
status = Game("on play.minearchy.com"),
|
||||
owner_ids = { 512640455834337290 },
|
||||
status = Game("in the V playground"),
|
||||
allowed_mentions = AllowedMentions.none(),
|
||||
max_messages = 100,
|
||||
intents = Intents(
|
||||
guilds = True,
|
||||
messages = True,
|
||||
message_content = True,
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue