Add basic commands
* Provides same functionality as the web interface * Adds /reserve, /cancel, /enter and /leave commands
Showing
- app/controllers/reservation.py 7 additions, 5 deletionsapp/controllers/reservation.py
- app/controllers/user.py 39 additions, 6 deletionsapp/controllers/user.py
- app/templates/email/password_reset.txt 1 addition, 1 deletionapp/templates/email/password_reset.txt
- bot/bot.py 14 additions, 12 deletionsbot/bot.py
- bot/commands/free_workplaces.py 0 additions, 10 deletionsbot/commands/free_workplaces.py
- bot/commands/help.py 15 additions, 10 deletionsbot/commands/help.py
- bot/commands/register.py 343 additions, 0 deletionsbot/commands/register.py
- bot/commands/user.py 75 additions, 0 deletionsbot/commands/user.py
- bot/commands/workplace.py 129 additions, 0 deletionsbot/commands/workplace.py
bot/commands/free_workplaces.py
deleted
100644 → 0
bot/commands/register.py
0 → 100644
bot/commands/user.py
0 → 100644
bot/commands/workplace.py
0 → 100644
Please register or sign in to comment