Skip to content

Commit

Permalink
removed reddit related features
Browse files Browse the repository at this point in the history
  • Loading branch information
raluvy95 committed Jul 31, 2023
1 parent aa1bd38 commit 275df43
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 681 deletions.
39 changes: 0 additions & 39 deletions src/commands/fun/meme.ts

This file was deleted.

142 changes: 0 additions & 142 deletions src/commands/fun/reddit.ts

This file was deleted.

4 changes: 0 additions & 4 deletions src/commands/settings/example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ add instances {"name": "New instance", "url": ["https://url.to.rss"], "channelId
set customMsg New news just dropped! {link}`,
bump: `
set roleID 1234567890123`,
autopost: `
add instances {"name": "memes", "channelId": "12345678901234", "subreddits": ["memes", "dankmemes"]}
set instances [{"name": "memes", "channelId": "12345678901234", "subreddits": ["memes", "dankmemes"]}]`,
autopublish: "",
messageReference: "",
clock: "",
Expand Down Expand Up @@ -62,7 +59,6 @@ export const VARIABLES: base = {
\`{url}\` - Link to RSS article
`,
bump: "",
autopost: "",
autopublish: "",
messageReference: "",
clock: "",
Expand Down
10 changes: 0 additions & 10 deletions src/constant/defaultConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,6 @@ export const DEFAULT_SERVER_SETTINGS: ISettingsDB = {
channelId: "1234567897654321",
timezone: "Europe/London",
},
autopost: {
enable: false,
instances: [
{
name: "lol",
channelId: "12345678234567",
subreddits: ["memes", "dankmemes"],
},
],
},
welcome: {
enable: false,
channelId: "channel ID",
Expand Down
8 changes: 0 additions & 8 deletions src/interfaces/module.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
export interface Modules {
autopost: Partial<{
enable: boolean;
instances: {
name: string;
channelId: string;
subreddits: string[];
}[];
}>;
welcome: Partial<{
enable: boolean;
channelId: string;
Expand Down
Loading

0 comments on commit 275df43

Please sign in to comment.