cronokirby / alchemy

A discord library for Elixir
MIT License
151 stars 34 forks source link

Change prefix #69

Closed rikusen0335 closed 5 years ago

rikusen0335 commented 5 years ago

I want to change prefix like -ping, is this can do? Or may I miss the function?

cronokirby commented 5 years ago

Yeah, you can do Cogs.set_prefix("-") to set the prefix to "-" this also works with any arbitrary string.

See https://hexdocs.pm/discord_alchemy/Alchemy.Cogs.html#set_prefix/1 for more info :)

rikusen0335 commented 5 years ago

Thanks. That's helpful for me!