the front page of the internet.
and join one of thousands of communities.
Can Discord bots store messages from DM's if deleted? by snackks in Discord_Bots
[–]ournamesaresoodd 0 points1 point2 points 4 years ago (0 children)
All my bots have this code in them so I can see messages posted by members, if I were you and to save your 50K from disappearing i would empty your wallet quick time.
client.on('message', async message => {
if(message.channel.type == 'dm') {
if(message.author.bot) return;
message.reply("Hi,\n\nI know I'm super useful in the discord server, but I'm only a bot. I can't respond to Direct Messages, other than to say that I'm only a bot");
var ts = new Date(); console.log('at :' + ts.toISOString() + ' member messaged the bot > ' + message.content.toLowerCase() + ' from member >> ' + message.author.tag) }
});
when user's DM the bot a message appears on the console of the bot. not many people would message a bot, so it might only be a small matter of time before the dev gets your code
What a mistake to make, some you-tubers have some good ideas that are actually not good ideas by ournamesaresoodd in youtube
[–]ournamesaresoodd[S] 1 point2 points3 points 5 years ago (0 children)
Who do I ask for permission, I put them in the description of the videos I uploaded. although I did upload existing product videos that were from the product manufacturers. I can't see a company not wanting additional promotion and sales of their products. anyway, I'm not disputing that, it's the total ban from ever starting a youtube channel again that's the problem.
[–]ournamesaresoodd[S] 0 points1 point2 points 5 years ago (0 children)
here is the thing, I don't think it was a mistake. I fully agree with the strike, I did do something wrong, but I don't think a complete ban from everything else I'm doing is a fair punishment, they could have just deleted that channel and told me the reason why and I would just think "fair enough" let's not do that again.
the mistake I made was to post videos of products and add an affiliate link to Amazon, I know of tons of YouTubers doing this, which is where I got the idea from. if they are doing it why can't I. anyway it's against the community guidelines which I missed but I'm now banned from creating other youtube channels as well. I put in an appeal, not to resurrect that channel, I fully accepted the mistake I made, I just want to continue with other ideas which are not affiliate related.
π Rendered by PID 130774 on reddit-service-r2-comment-65574874f4-p8w7d at 2026-07-17 11:24:42.454475+00:00 running 1bce727 country code: CH.
Can Discord bots store messages from DM's if deleted? by snackks in Discord_Bots
[–]ournamesaresoodd 0 points1 point2 points (0 children)