0.3 #146

Merged
edraft merged 359 commits from 0.3 into master 2023-01-12 07:04:40 +01:00
Showing only changes of commit 09a6062992 - Show all commits

View File

@ -46,7 +46,7 @@ class ServerDTO(DtoABC):
self._server_id = int(values['serverId'])
self._discord_id = int(values['discordId'])
self._name = values['name']
self._icon_url = int(values['iconURL'])
self._icon_url = values['iconURL']
def to_dict(self) -> dict:
return {