jfuerlinger / serta

Serta - Discord Bot
https://jfuerlinger.github.io/serta/
MIT License
0 stars 1 forks source link

Up-Level a Player #1

Closed bauepete closed 4 years ago

bauepete commented 4 years ago

Story

As a virologist I want to raise a player from one level to the next in order to bring them closer to their final goal.

Example

Player @jfuerlinger is on level M.

+serta-uplevel @jfuerlinger 

Expected response

Level of @jfuerlinger changed from M to C

DoD

jfuerlinger commented 4 years ago

@Bauepete can you please list all the available levels

bauepete commented 4 years ago
jfuerlinger commented 4 years ago

Hi @Bauepete,

I've developed the needed logic in the command serta-uplevel.

Sample

!serta-uplevel @jfuerlinger @p.bauer

As you can see you can mention more than one person.

There exists also an opposite command => serta-downlevel

Please give me feedback.

bauepete commented 4 years ago

All tests passed.