Port of vbot using https://github.com/DarpHome/discord.v
- Run
v install --git https://github.com/DarpHome/discord.v - Create
config.jsonwith following:
{
"token": "MTA... (bot token)",
"allowed_roles": []
}- Build the bot with
v . - To create application commands, run
./vbot sync - Run bot:
./vbot
- Run
python3 -m pip install hikari hikari-tanjun - Create
config.jsonwith following:
{
"token": "MTA... (bot token)",
"allowed_roles": []
}- Run bot:
python3 bot.py