fix(*): Correct comment for ud command get request

This commit is contained in:
Olly Nicholass
2021-01-15 12:23:26 +00:00
parent 39c34fbce1
commit 8a68c6c8d5
+1 -1
View File
@@ -46,7 +46,7 @@ function commandUrbanDictionary(Discord, config, logger, message, command, args)
else if (args[0] != "") {
var searchQuery = args[0];
// Send a POST request to urban dictionary including the search query
// Send a GET request to urban dictionary including the search query
axios({
method: 'get',
url: 'http://api.urbandictionary.com/v0/define',