CFLombardi / sethBot

The bot for the Good Job! discord server
MIT License
3 stars 0 forks source link

Bot commands #6

Closed CFLombardi closed 7 years ago

CFLombardi commented 7 years ago

Be able to invoke Seth to manage different actions on the server. Adding onto the dosh system, a Seth command would be as follows:

!{Keycommand} action target

Depending on the command, target may be optional and if omitted would refer to the current channel it is invoked in.

CFLombardi commented 7 years ago

https://github.com/CFLombardi/sethBot/commit/9ec105a10dbadb6f16f81a9198ed662a138230e9 This has caused the bot to wipe out the existing dosh and resets it to one. Troubleshooting required.

CFLombardi commented 7 years ago

I believe I have fixed the issue with the following branch: https://github.com/CFLombardi/sethBot/tree/emergency

CFLombardi commented 7 years ago

It has been brought to our attention that https://github.com/CFLombardi/sethBot/pull/9 borks the emoji function. At current Seth has been rolled back to first release till we can figure out why that functionality is not working

CFLombardi commented 7 years ago

For reference on the above roll back, we are at commit # 1098f37

CFLombardi commented 7 years ago

The issue has been identified and implemented into the code. It appears to be working and I would consider the issue of implementing the dosh command to be complete.

I have setup a basic frame work that would require minimal additions to the seth.js file to implement newer commands. The idea of commands have evolved since making this issue, so I'm going to close this and we can create new issues on a command basis.