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\uDCAD Example", search.getPlaintextExamples().get(page), false);
|
||||||
embedBuilder.addField("\uD83D\uDCCC Submission",
|
embedBuilder.addField("\uD83D\uDCCC Submission",
|
||||||
"*Entry " + (page+1) + " | Sent by " + search.getContributorsNames().get(page) +
|
"*Entry " + (page+1) + " | Sent by " + search.getContributorsNames().get(page) +
|
||||||
" on " + search.getSubmissionDates().get(page) + "*",
|
" on" + search.getSubmissionDates().get(page) + "*",
|
||||||
false);
|
false);
|
||||||
|
|
||||||
return embedBuilder.build();
|
return embedBuilder.build();
|
||||||
|
Loading…
Reference in New Issue
Block a user