fix create request command

This commit is contained in:
Dustin Pianalto 2021-01-25 02:31:36 -09:00
parent 060b98f456
commit cab3b15993

View File

@ -84,7 +84,7 @@ func requestCommandFunc(ctx disgoman.Context, args []string) {
"In: %s",
mentionRolesString,
request.ID,
ctx.Message.Author.Mention,
ctx.Message.Author.Mention(),
request.Content,
request.RequestedAt.UTC().Format(time.UnixDate),
ctx.Channel.Mention(),