Remove double space on urban footer

This commit is contained in:
Bea 2022-12-20 23:37:37 +01:00
parent f3cc9a2d75
commit e451f59199
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ public class UrbanDictionary
embedBuilder.addField("\uD83D\uDCAD Example", search.getPlaintextExamples().get(page), false);
embedBuilder.addField("\uD83D\uDCCC Submission",
"*Entry " + (page+1) + " | Sent by " + search.getContributorsNames().get(page) +
" on " + search.getSubmissionDates().get(page) + "*",
" on" + search.getSubmissionDates().get(page) + "*",
false);
return embedBuilder.build();