Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 677 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 677 Bytes

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