Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 492 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 492 Bytes

aphelia

My personal assistant

TODO:

  • Remind me of events 10 minutes before they start
  • add some stocks thing
  • val town integration

hosting

I use a $4/mo digital ocean instance

setup

  • edit config.json
{
  "prefix": "YOUR_BOT_PREFIX_HERE",
  "token": "YOUR_BOT_TOKEN_HERE",
  "permissions": "YOUR_BOT_PERMISSIONS_HERE",
  "application_id": "YOUR_APPLICATION_ID_HERE",
  "sync_commands_globally": false,
  "owners": [
    123456789,
    987654321
  ]
}