mirror of https://gitlab.com/litecord/litecord.git
storage: s/guild_emojis/guild_emoji table
This commit is contained in:
parent
1cef25ffc4
commit
b6f2d5fdd8
|
|
@ -850,7 +850,7 @@ class Storage:
|
|||
"""Get a list of all emoji objects in a guild."""
|
||||
rows = await self.db.fetch("""
|
||||
SELECT id
|
||||
FROM guild_emojis
|
||||
FROM guild_emoji
|
||||
WHERE guild_id = $1
|
||||
""", guild_id)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue