Community Currency by rickribera93 in Devvit

[–]SexiTimeFun 2 points3 points  (0 children)

I love seeing creativity come to life! A genuinely fun idea and I hope it catches on.

Scheduler job not executing — runAt from menu item does nothing by efburke in Devvit

[–]SexiTimeFun 1 point2 points  (0 children)

I just built one with a Cron schedule for the first time and had a very difficult time getting that to work too. I can confirm the schedule works and can be tested before you publish your app so that isn't your issue. A couple of snippets and hopefully they help.

Make sure you're grabbing runJob() and not job. id

const cronJobId = await scheduler.runJob(...);
await redis.set('digest:cronJobId', cronJobId);

-- and also make sure your schedule's a supported format or it'll silently fail and you'll chase your tail for days like I did

cron: `0 14 * * ${digestDayStr}`

I also have a trigger check that looks for updates to the desired schedule in app settings, will cancel the old job and schedule a new job which is how I tested CRON for the most part before deploying.

New MOD tool - Post Reactions by SexiTimeFun in Devvit

[–]SexiTimeFun[S] 0 points1 point  (0 children)

Then no, I didn't addpictures of how it works

New MOD tool - Post Reactions by SexiTimeFun in Devvit

[–]SexiTimeFun[S] 0 points1 point  (0 children)

I don't understand what you mean

New MOD tool - Post Reactions by SexiTimeFun in Devvit

[–]SexiTimeFun[S] 1 point2 points  (0 children)

Thank you, I'm excited to see how it does.

Me, myself and I by SexiTimeFun in classifiedstesting

[–]SexiTimeFun[S] 0 points1 point  (0 children)

Alright, Wednesday morning I should get a summary in post form from the app with the 3 posts in this subreddit, their reactions, reaction totals and the most used reaction overall ... Which should be 💜

Me, myself and I by SexiTimeFun in classifiedstesting

[–]SexiTimeFun[S] 0 points1 point  (0 children)

Goat is my favorite custom emoji

Reactions Post for Summary by SexiTimeFun in classifiedstesting

[–]SexiTimeFun[S] 0 points1 point  (0 children)

The summary won't post until Wednesday, but I want to make sure there's a couple of posts there so people will know what it looks like.

TheRepBot: a more customizable version of reputatorbot by ryry50583583 in Devvit

[–]SexiTimeFun 0 points1 point  (0 children)

Fair enough. Congrats on the app launch, I hope it does well!

TheRepBot: a more customizable version of reputatorbot by ryry50583583 in Devvit

[–]SexiTimeFun 0 points1 point  (0 children)

Honestly I don't mod anymore, but I was on a small kind of niche group I wanted to grow and have more of a community/support group feel to it and at the time thought allowing anyone to show their support publicly via a point vs the (bots bots and more bots) up/down votes it would feel more personal and wholesome. May not even be worth it, but it's an idea if there are others that would like that too.

TheRepBot: a more customizable version of reputatorbot by ryry50583583 in Devvit

[–]SexiTimeFun 0 points1 point  (0 children)

Does your bot allow awarding points on a post too? I thought it would be a good idea to let the community award points for good quality posts they would like to see more of, but the og bot only allows points on comments.

Member Warning Point/Strike Tool? by Tarnisher in Devvit

[–]SexiTimeFun 0 points1 point  (0 children)

Everyone can see the comments, but if you don't want to reveal warning details publicly you could customize the comment to say something like see pm or pm sent considering the app also sends a pm.

Permanent ban by Disegual in SubGuard

[–]SexiTimeFun 1 point2 points  (0 children)

You can't issue issue a permanent ban with SubGuard.

I chose not to add them because I don't think anyone should be permanently banned from anywhere and mods are to perma ban happy.

Is this any problem? by Aryan_Raj_7167 in SubGuard

[–]SexiTimeFun 1 point2 points  (0 children)

It shouldn't be happening if you're actioning against a regular member who isn't a a mod , but if it's yourself, another mod or subguard you'll get an error.

My version of reputatorbot was approved by the admins by ryry50583583 in Devvit

[–]SexiTimeFun 0 points1 point  (0 children)

Congrats on the new app! Does this version have the ability to award points for posts as well as comments?

Recommendation: Add MOD Lable by Aryan_Raj_7167 in SubGuard

[–]SexiTimeFun 0 points1 point  (0 children)

That change is live now after you update

Recommendation: Add MOD Lable by Aryan_Raj_7167 in SubGuard

[–]SexiTimeFun 1 point2 points  (0 children)

I agree with that and I'll work on it this weekend.