fix editing

This commit is contained in:
mudkipdev
2023-09-29 18:35:01 -06:00
parent f91debeb90
commit d0a938a8a6
3 changed files with 74 additions and 48 deletions

View File

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