Remove double space on urban footer
This commit is contained in:
parent
f3cc9a2d75
commit
e451f59199
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user