mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2024-11-01 08:39:31 +01:00
Remove unused suffix from message_reply placeholder
This commit is contained in:
parent
383a7ad97a
commit
f6f16ddbec
@ -255,7 +255,7 @@ public class ReceivedDiscordMessageImpl implements ReceivedDiscordMessage {
|
|||||||
//
|
//
|
||||||
|
|
||||||
@Placeholder("message_reply")
|
@Placeholder("message_reply")
|
||||||
public Component _reply(BaseChannelConfig config, @PlaceholderRemainder String suffix) {
|
public Component _reply(BaseChannelConfig config) {
|
||||||
if (replyingTo == null) {
|
if (replyingTo == null) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user