Skip to content

breath-imager/discord-wallet-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bot 🤖 running in background on Heroku. Uses PostgreSQL running on heroku to store and update tezos wallets of Season pass holders role.

Features: help - explains how to add a wallet add - adds user's tezos wallet to the database update - updates user's tezos wallet address on the database

Other features:

  • Oblique Strategies card-model can be activated using keywords !eno, !os, !oblique !strategies
  • Hello, gm are pre-programmed to reply. gm only 20% of the time.

Accessing the postgres database: authetication info can be found in heroku app settings

SQL commands

create table: CREATE TABLE tezos_wallets ( id serial PRIMARY KEY, user_id VARCHAR (50) NOT NULL, tezos_wallet VARCHAR (50) NOT NULL, );

Launching Dyno from terminal

heroku ps:scale worker=1 -a discord-wallet-bot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published