Skip to content

Commit 0cf8e32

Browse files
committed
fix
1 parent d3fc9d9 commit 0cf8e32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/dblista/user/info.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ module Information
77
#
88
# @return [Hash] raw data from DBLista
99
def servers
10-
DBLista._get('/servers/user/me', nil, @token)
10+
DBLista._get('/servers/user/me', @token)
1111
end
1212

1313
# Fetches your bots
1414
#
1515
# @return [Hash] raw data from DBLista
1616
def bots
17-
DBLista._get('/bots/user/me', nil, @token)
17+
DBLista._get('/bots/user/me', @token)
1818
end
1919
end
2020
end

0 commit comments

Comments
 (0)