Added this to the constructor: prefix: '$'
bot = Cosgrove::Bot.new(prefix: '$')
I forgot to add this to the original tutorial.
Added this to the constructor: prefix: '$'
bot = Cosgrove::Bot.new(prefix: '$')
I forgot to add this to the original tutorial.
Where do i need to add this??