This commit is contained in:
mudkipdev
2024-04-04 08:58:58 -06:00
parent 92608deed5
commit c12cedaa27
5 changed files with 700 additions and 680 deletions

View File

@@ -3,7 +3,7 @@ from discord.ext import commands
import discord
from utils import Config
VERSION = "1.0.2"
VERSION = "1.0.3"
INTENTS = discord.Intents.default()
INTENTS.message_content = True
INTENTS.members = True