You are viewing a single comment's thread from:
RE: How to Write a Discord Bot in Ruby
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??