mirror of
https://github.com/thewesker/twitter_ebooks.git
synced 2025-12-20 12:21:11 -05:00
Fix typo in Bot#unfollow
This commit is contained in:
@@ -427,7 +427,7 @@ module Ebooks
|
||||
# @param user [String] username or user id
|
||||
def unfollow(user, *args)
|
||||
log "Unfollowing #{user}"
|
||||
twiter.unfollow(user, *args)
|
||||
twitter.unfollow(user, *args)
|
||||
end
|
||||
|
||||
# Tweet something
|
||||
|
||||
Reference in New Issue
Block a user