avatarkava / beavisbot

A node.js powered bot for plug.dj and dubtrack.fm
https://github.com/avatarkava/beavisbot/wiki
MIT License
22 stars 20 forks source link

Change Command Literal #95

Closed choccat closed 9 years ago

choccat commented 9 years ago

Is there anyway to change . to ! Thanks, <3

avatarkava commented 9 years ago

Currently no way other than changing the references in bot.js and everything in the /commands folder, which you should be able to do on your own checkout without much incident.

I can definitely look at this as a future development item, though.

choccat commented 9 years ago

For example, if I found every .add in bot.js and changed it to !add and did the same in the add.js, that would work?