mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-16 11:25:22 +02:00
Transition over to use db instead of fetching discord REST
This commit is contained in:
@ -145,6 +145,7 @@ class DatabaseInterface(object):
|
||||
"color": role.color.value,
|
||||
"hoist": role.hoist,
|
||||
"position": role.position,
|
||||
"permissions": role.permissions.value
|
||||
})
|
||||
return roles
|
||||
|
||||
|
Reference in New Issue
Block a user