mirror of
https://github.com/nikdoof/dropbot.git
synced 2025-12-16 19:33:06 +00:00
Remove U-H command
This commit is contained in:
@@ -352,10 +352,6 @@ class DropBot(ClientXMPP):
|
|||||||
"""Returns the price of a item in Hek"""
|
"""Returns the price of a item in Hek"""
|
||||||
return self.cmd_price(['Hek'] + args, msg)
|
return self.cmd_price(['Hek'] + args, msg)
|
||||||
|
|
||||||
def cmd_uh(self, args, msg):
|
|
||||||
"""Returns the price of a item in U-HVIX"""
|
|
||||||
return self.cmd_price(['U-HVIX'] + args, msg)
|
|
||||||
|
|
||||||
def cmd_r(self, args, msg):
|
def cmd_r(self, args, msg):
|
||||||
return self.cmd_redditimg(args, msg)
|
return self.cmd_redditimg(args, msg)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user