Port of vbot using https://github.com/DarpHome/discord.v
- Run
v install --git https://github.com/DarpHome/discord.v
- Create
config.json
with 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.json
with following:
{
"token": "MTA... (bot token)",
"allowed_roles": []
}
- Run bot:
python3 bot.py