Method: Discordrb::API.bot_name=

Defined in:
lib/discordrb/api.rb

.bot_name=(value) ⇒ Object

Sets the bot name to something.



40
41
42
# File 'lib/discordrb/api.rb', line 40

def bot_name=(value)
  @bot_name = value
end