mirror of
https://github.com/mii443/rbot.git
synced 2025-08-22 23:55:28 +00:00
11 lines
227 B
Ruby
11 lines
227 B
Ruby
module Bot
|
|
module DiscordCommands
|
|
module WeatherCommands
|
|
extend Discordrb::Commands::CommandContainer
|
|
|
|
command(:weather) do |event|
|
|
nil
|
|
end
|
|
end
|
|
end
|
|
end |