Skip to content

vcv88/vbot

Repository files navigation

vbot

Port of vbot using https://github.com/DarpHome/discord.v

Setup (V version)

  1. Run v install --git https://github.com/DarpHome/discord.v
  2. Create config.json with following:
{
  "token": "MTA... (bot token)",
  "allowed_roles": []
}
  1. Build the bot with v .
  2. To create application commands, run ./vbot sync
  3. Run bot: ./vbot

Setup (Python version)

  1. Run python3 -m pip install hikari hikari-tanjun
  2. Create config.json with following:
{
  "token": "MTA... (bot token)",
  "allowed_roles": []
}
  1. Run bot: python3 bot.py

Releases

No releases published

Packages

No packages published