video urls can now be edited

This commit is contained in:
mudkipdev
2023-09-20 18:51:09 -06:00
parent 924cd1df8d
commit db662539ea
3 changed files with 63 additions and 27 deletions

View File

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