Remove unused import
This commit is contained in:
parent
b639a8da61
commit
9b320ff8ad
|
@ -1,4 +1,4 @@
|
||||||
import json, discordobject, nimcordutils, user, httpcore, asyncdispatch, strutils, uri
|
import json, discordobject, nimcordutils, user, httpcore, strutils, uri
|
||||||
|
|
||||||
type
|
type
|
||||||
Emoji* = ref object of DiscordObject
|
Emoji* = ref object of DiscordObject
|
||||||
|
|
Reference in New Issue