[Remainders] Update
- Send no context if None type is present
This commit is contained in:
@@ -155,6 +155,8 @@ class Reminder:
|
|||||||
description=self.data.content,
|
description=self.data.content,
|
||||||
timestamp=datetime.datetime.utcnow()
|
timestamp=datetime.datetime.utcnow()
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if self.data.message_link:
|
||||||
embed.add_field(name="Context?", value="[Click here]({})".format(self.data.message_link))
|
embed.add_field(name="Context?", value="[Click here]({})".format(self.data.message_link))
|
||||||
|
|
||||||
if self.data.interval:
|
if self.data.interval:
|
||||||
|
|||||||
Reference in New Issue
Block a user