Module: DBLista::User::Information
- Included in:
- Client
- Defined in:
- lib/dblista/user/info.rb
Overview
User client - information
Instance Method Summary collapse
-
#bots ⇒ Hash
Fetches your bots.
-
#servers ⇒ Hash
Fetches your servers.
Instance Method Details
#bots ⇒ Hash
Fetches your bots
16 17 18 |
# File 'lib/dblista/user/info.rb', line 16 def bots DBLista._get('/bots/user/me', @token) end |
#servers ⇒ Hash
Fetches your servers
9 10 11 |
# File 'lib/dblista/user/info.rb', line 9 def servers DBLista._get('/servers/user/me', @token) end |