diff --git a/lib/mastodon/cli/ohagi.rb b/lib/mastodon/cli/ohagi.rb index 28c6c41953..dd78dea22a 100644 --- a/lib/mastodon/cli/ohagi.rb +++ b/lib/mastodon/cli/ohagi.rb @@ -25,8 +25,8 @@ module Mastodon::CLI say('Let the WAR begin.', :red) end - desc 'kokuraan', 'Ohagi is kokuraan' - def kokuraan + desc 'oguraan', 'Ohagi is oguraan' + def oguraan say('I hate you.', :yellow) end end