I am trying to add a mute role to a user in a slash commands but it does not work. Here is my code: module.exports = { data: new SlashCommandBuilder()
How do I fix this error? Uncaught RangeError: Maximum call stack size exceeded at Object.exports.deprecate (util.js:75:1). I was trying to used uuidv4 to genera
I'm trying to get the PCRE module working with my monetDB server. I run the following: CREATE OR REPLACE FUNCTION pcre_index(s string, pattern string) RETURNS i
I have a recursive function that creates objects representing file paths (the keys are paths and the values are info about the file). It's recursive as it's onl
I have 2 tables departments and locations and locationID is the primary key in locations table and departments table also has that field. Now after adding a dat
I want to get datetime.now and pass like a parameter for api point from this method: string GenerateRequestUriData(string endpoint, string dateQuery, string num
I am trying to do as in title with the following code: resp = requests.post("http://es_7:9200/my-index/_clone/new-my-index") And I get this error: requests.exc
const { data: geoLocationData } = useSWR( !acceptedLocation ? 'https://geolite.info/geoip/v2.1/country/me' : null, fetchWithToken, { shouldRet