mirror of
https://github.com/hencaric/SCNewsBot.git
synced 2026-08-17 06:56:03 +01:00
description formatting and bot activity
This commit is contained in:
@@ -16,6 +16,9 @@ class Bot(commands.Bot):
|
||||
command_prefix=commands.when_mentioned_or(config.prefix),
|
||||
allowed_mentions=discord.AllowedMentions(everyone=False),
|
||||
case_insensitive=True,
|
||||
activity=discord.Activity(
|
||||
type=discord.ActivityType.watching, name="the devs..."
|
||||
),
|
||||
)
|
||||
self.config = config
|
||||
self.version = VERSION
|
||||
|
||||
Reference in New Issue
Block a user