Archived
1
0
Fork 0
This repository has been archived on 2024-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
akari-bot/bots/discord/slash/mcbbs_news.py

11 lines
251 B
Python
Raw Normal View History

2022-08-17 08:21:59 +00:00
import discord
from bots.discord.client import client
from bots.discord.slash_parser import slash_parser
@client.slash_command(description="获取MCBBS新闻")
async def mcbbs_news(ctx: discord.ApplicationContext):
await slash_parser(ctx, '')