MSFTserver / TipBot

Crypto coin TipBot for discord
MIT License
40 stars 117 forks source link

custom function example? #12

Closed GregoryGHarding closed 5 years ago

GregoryGHarding commented 5 years ago

theres no documentation on how to implement a custom function, ive got commands down pat, is it possible to get an example script?

MSFTserver commented 5 years ago

https://github.com/MSFTserver/TipBot/blob/master/bot/modules/exampleTipper.js

MSFTserver commented 5 years ago

for non tipping commands i usually run another bot so the code doesnt get all messed up or somwthing goes wrong cause tipbot holds actuall value in it, if you want another bot that runs normal commands and such i have one here https://github.com/MSFTserver/RVN-Veronica

GregoryGHarding commented 5 years ago

i just want an example template to implement a custom function, not a command.

MSFTserver commented 5 years ago

https://github.com/MSFTserver/RVN-Veronica/blob/master/bot/modules/example.js

GregoryGHarding commented 5 years ago

thanks