Skip to content

Commit

Permalink
企画ボタン無効化
Browse files Browse the repository at this point in the history
  • Loading branch information
Syunngiku0402 committed Oct 25, 2024
1 parent d6f4415 commit ab76302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CommandLab.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import yaml
from discord import app_commands
from discord.abc import User
from discord.ext import commands, tasks
from discord.ext import commands

from config.config import config
from utils.setup import setup, setup_mcdata
Expand Down Expand Up @@ -124,7 +124,7 @@ async def start(cls, token: str) -> None:
async def on_ready():
start_embed = discord.Embed(
title="BOTが起動しました!",
description="BOT has been started!\n# プレゼント企画が開始されました",
description="BOT has been started!",
color=0xFFD700,
timestamp=datetime.now(),
)
Expand Down

0 comments on commit ab76302

Please sign in to comment.