import discord
from discord.ext import commands
from discord.ui import Button, View
import asyncio
bot = commands.Bot(command_prefix="$")
# Dictionary to hold giveaway data temporarily
giveaways = {}
# Create Giveaway Command
@bot.command()
async def giveaway(ctx, action: str, *args):
if action == 'create':
if len(args) < 4:
await ctx.send("Please provide the correct arguments: $giveaway create