Skip to main content

Questions tagged [discord]

For programs interacting with Discord.

0 votes
0 answers
35 views

Upload/download files from/to Discord channel based on last write time

I have created a script which does the following: Compare the last write times between... local save files for the game Valheim and remote save files (Valheim) on a discord channel where I exchange ...
n1ls's user avatar
  • 1
3 votes
1 answer
73 views

Display summary statistics about Discord messages

This is just a program that displays summary statistics about discord messages sent to a certain user using a Discord data package. The CSV of messages to a user is ...
CareeeBugger's user avatar
1 vote
1 answer
2k views

Working Support Ticket Bot for Discord built with Discord.py

Here is a working support ticket bot for discord using discord.py api. There is a slash command to launch the system which brings up a button to submit a ticket which when clicked creates a new text ...
deusopus's user avatar
2 votes
1 answer
266 views

Check RSS feed and post to Discord

I'm new to using JS for anything other than DOM manipulation, so I'm not sure if the following code is taking full advantage of the Async concept in JS. This is an example of a function I'm writing in ...
RaVeN's user avatar
  • 23
2 votes
1 answer
466 views

Split message when too many character

Im currently working with discord with Python 3.9.6 where I am trying to create a embed based on how much text I have. According to discord: ...
PythonNewbie's user avatar
2 votes
0 answers
121 views

More Efficent Code for Announcment Command in Discord.js

I am creating a command in my discord bot to send an announcement to every server it is in, and this is the only way i could think of doing it, but i know there is a more efficient way of doing it. ...
Liam Moore's user avatar
1 vote
1 answer
402 views

Discord.py pages for a leaderboard

So I've got a Discord bot that will load information about a user's personal charts and display it to them, and one of the commands is to get their leaderboard and show them the most successful songs ...
Foxes's user avatar
  • 419
1 vote
2 answers
2k views

A discord.py bot that logs every messages sent in a discord server

Hello Code Review community ! I'm making a bot with discord.py that listens to every message sent in a server and stores it in a database that could be retrieved by admin/mod later. Here's the ...
Daf'ium's user avatar
  • 103
1 vote
1 answer
768 views

Very slow Discord bot to play music

I have been writing a discord.py bot, running on replit.com. I gotten to the music bot part after finishing the queue part. My code is logically correct; however, the code is way too inefficient ...
Aceod's user avatar
  • 27
3 votes
1 answer
860 views

Creating embed for Discord reading from dictionary

I have been working on where I create a payload of dicts with different values as store, name etc etc which you will see very soon. The idea is that with the payload I send to this script, it should ...
PythonNewbie's user avatar
6 votes
1 answer
438 views

Entire Discord bot

I've made a Discord bot, and (to my knowledge) the code is pretty good. However, I've mostly taught myself Python and discord.py (the discord library for Python), so I was wondering if there's any ...
Joyte's user avatar
  • 135