Skip to content

wormsky/leadership_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

leadership_bot

Testing bot for managing leadership in the League

DB struct

+-------+-------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +-------+-------------+------+-----+---------+----------------+ | id | int(11) | NO | PRI | NULL | auto_increment | | user | varchar(50) | YES | | NULL | | | role | varchar(50) | YES | | NULL | | +-------+-------------+------+-----+---------+----------------+

Created with : create table members (id int not null auto_increment, user varchar(50), role varchar(50), primary key (id));

About

Testing bot for managing leadership in the League

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages