update reminder message
Some checks failed
Deploy to Dokku / docker (ubuntu-latest) (push) Has been cancelled
Some checks failed
Deploy to Dokku / docker (ubuntu-latest) (push) Has been cancelled
This commit is contained in:
parent
ac499898e3
commit
cb35182c6a
@ -68,7 +68,7 @@ public class ReminderFeature extends Feature {
|
|||||||
toRemove.add(reminder);
|
toRemove.add(reminder);
|
||||||
TextChannel channel = reminder.getChannel();
|
TextChannel channel = reminder.getChannel();
|
||||||
if (channel != null) {
|
if (channel != null) {
|
||||||
channel.sendMessage("Hey %s! ⏰ It's time for your reminder: %s".formatted(
|
channel.sendMessage("Hey %s! ⏰ It's time for your reminder: `%s`".formatted(
|
||||||
user.getAsMention(),
|
user.getAsMention(),
|
||||||
reminder.getReminder()
|
reminder.getReminder()
|
||||||
)).queue();
|
)).queue();
|
||||||
|
@ -29,7 +29,6 @@ import java.util.Map;
|
|||||||
@Getter
|
@Getter
|
||||||
@Setter
|
@Setter
|
||||||
public class BatUser extends ProfileHolder {
|
public class BatUser extends ProfileHolder {
|
||||||
private static final Logger log = LoggerFactory.getLogger(BatUser.class);
|
|
||||||
/**
|
/**
|
||||||
* The document that belongs to this user
|
* The document that belongs to this user
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user