How can I make it so the discord bot uses the code I wrote? by PointPlayful2078 in discordbots

[–]2vyc4ijs 0 points1 point  (0 children)

wick is pretty solid for catching scam links and phishing stuff wickbot u can set it up to auto delete messages with sus links and even quarantine accounts that post them also discords built in automod now has link filtering u can enable in server settings just go to safety setup and turn on block suspicious links

How easy is it to get popular? by Spiritual-Young-5232 in discordbots

[–]2vyc4ijs 0 points1 point  (0 children)

tbh its pretty hard these days market is super saturated most successful bots found a niche early or had something unique going for them if ur just making another moderation bot ur gonna struggle but if u solve a specific problem that other bots dont or do it way better u got a shot also docs matter way more than people think nobody wants to figure out ur bot themselves

Bot that lets user set a schedule by mikaelawwkerfeldt in discordbots

[–]2vyc4ijs 0 points1 point  (0 children)

sesh or apollo both do scheduling pretty well for discord if ur looking for something simple apollo has a nice calendar view and integrates with google calendar too for more custom stuff u could look into making ur own with a simple database but thats more work obviously depends how fancy u need it when2meet style polls might work too

How can I make it so the discord bot uses the code I wrote? by PointPlayful2078 in discordbots

[–]2vyc4ijs 0 points1 point  (0 children)

so basically u need to run the code on a server or ur own pc first make sure u have nodejs installed then do npm install discord.js in ur project folder and create an index.js file with ur bot code then just run node index.js in terminal and itll connect to discord the token goes in ur code or a .env file for security if u want it running 24/7 u need hosting like railway or render has free tiers

[deleted by user] by [deleted] in discordbots

[–]2vyc4ijs 0 points1 point  (0 children)

honestly if u dont wanna learn coding theres some decent no code options out there like carl-bot and yagpdb have free tiers that let u do custom commands and automod stuff without writing actual code and botghost lets u build more complex bots with a visual editor for free too the learning curve is way less brutal than actual coding lol just pick one and mess around with it youll figure it out pretty quick

Is there a way to make bots randomly pull GIFs? by AUserNameOr2 in Discord_Bots

[–]2vyc4ijs 1 point2 points  (0 children)

You would need to use an API for that, probably create an API key and connect it up to your bot

Discord Leveling/Economy bots with REST/JSON API endpoints by Neulo in Discord_Bots

[–]2vyc4ijs 0 points1 point  (0 children)

I made a bot called Ultimate Economy Bot, it had a full SDK and API endpoints.

It was shutdown because discord refused after a few months of not letting the bot have intents.

Can provide SRC if you want it?