Skip to content

Commit

Permalink
fix: fix railway-deploy blog post link
Browse files Browse the repository at this point in the history
  • Loading branch information
DuroCodes authored and jacoobes committed Jul 2, 2024
1 parent ffc2eee commit 88d8258
Show file tree
Hide file tree
Showing 68 changed files with 259 additions and 297 deletions.
2 changes: 1 addition & 1 deletion src/content/docs/blog/railway-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ date: 2024-02-23

In this guide, I'll be showing you how to deploy your sern bot with [Railway](https://railway.app/).

This guide assumes you have a sern bot already set up and ready to deploy. If you don't, you can follow the [Getting Started](/blog/getting-started) guide to set up your bot.
This guide assumes you have a sern bot already set up and ready to deploy. If you don't, you can follow the [walkthrough](/v3/guide/walkthrough/new-project) to set up your bot.

## GitHub Repository

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/v3/api/functions/Services.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ array of dependencies, in the same order of keys provided
## Since

3.0.0
The plural version of [Service](../../../../../../../../v3/api/functions/service)
The plural version of [Service](../../../../../../v3/api/functions/service)

## Source

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/v3/api/functions/discordEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: "discordEvent"
> **discordEvent**\<`T`\>(`mod`): [`EventModule`](/v3/api/type-aliases/eventmodule/)
Create event modules from discord.js client events,
This is an [eventModule](../../../../../../../../v3/api/functions/eventmodule) for discord events,
This is an [eventModule](../../../../../../v3/api/functions/eventmodule) for discord events,
where typings can be very bad.

## Type parameters
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/v3/api/type-aliases/SernOptionsData.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: "SernOptionsData"

> **SernOptionsData**: [`SernSubCommandData`](/v3/api/interfaces/sernsubcommanddata/) \| [`SernSubCommandGroupData`](/v3/api/interfaces/sernsubcommandgroupdata/) \| `APIApplicationCommandBasicOption` \| [`SernAutocompleteData`](/v3/api/interfaces/sernautocompletedata/)
Type that replaces autocomplete with [SernAutocompleteData](../../../../../../../../v3/api/interfaces/sernautocompletedata)
Type that replaces autocomplete with [SernAutocompleteData](../../../../../../v3/api/interfaces/sernautocompletedata)

## Source

Expand Down
1 change: 0 additions & 1 deletion src/content/docs/v4/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ title: "@sern/handler"
- [ContextMenuUser](/v4/api/interfaces/contextmenuuser/)
- [ControlPlugin](/v4/api/interfaces/controlplugin/)
- [CoreDependencies](/v4/api/interfaces/coredependencies/)
- [DependencyConfiguration](/v4/api/interfaces/dependencyconfiguration/)
- [DiscordEventCommand](/v4/api/interfaces/discordeventcommand/)
- [Disposable](/v4/api/interfaces/disposable/)
- [Emitter](/v4/api/interfaces/emitter/)
Expand Down
38 changes: 19 additions & 19 deletions src/content/docs/v4/api/classes/Context.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Message and ChatInputCommandInteraction

#### Source

[src/core/structures/context.ts:49](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/context.ts#L49)
[src/core/structures/context.ts:49](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/context.ts#L49)

***

Expand All @@ -41,7 +41,7 @@ Message and ChatInputCommandInteraction

#### Source

[src/core/structures/context.ts:53](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/context.ts#L53)
[src/core/structures/context.ts:53](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/context.ts#L53)

***

Expand All @@ -55,7 +55,7 @@ Message and ChatInputCommandInteraction

#### Source

[src/core/structures/context.ts:108](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/context.ts#L108)
[src/core/structures/context.ts:108](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/context.ts#L108)

***

Expand All @@ -69,7 +69,7 @@ Message and ChatInputCommandInteraction

#### Source

[src/core/structures/context.ts:73](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/context.ts#L73)
[src/core/structures/context.ts:73](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/context.ts#L73)

***

Expand All @@ -83,7 +83,7 @@ Message and ChatInputCommandInteraction

#### Source

[src/core/structures/context.ts:79](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/context.ts#L79)
[src/core/structures/context.ts:79](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/context.ts#L79)

***

Expand All @@ -97,7 +97,7 @@ Message and ChatInputCommandInteraction

#### Source

[src/core/structures/context.ts:85](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/context.ts#L85)
[src/core/structures/context.ts:85](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/context.ts#L85)

***

Expand All @@ -111,7 +111,7 @@ Message and ChatInputCommandInteraction

#### Source

[src/core/structures/context.ts:43](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/context.ts#L43)
[src/core/structures/context.ts:43](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/context.ts#L43)

***

Expand All @@ -125,7 +125,7 @@ Message and ChatInputCommandInteraction

#### Source

[src/core/structures/context.ts:114](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/context.ts#L114)
[src/core/structures/context.ts:114](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/context.ts#L114)

***

Expand All @@ -139,7 +139,7 @@ Message and ChatInputCommandInteraction

#### Source

[src/core/structures/context.ts:103](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/context.ts#L103)
[src/core/structures/context.ts:103](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/context.ts#L103)

***

Expand All @@ -153,7 +153,7 @@ Message and ChatInputCommandInteraction

#### Source

[src/core/structures/context.ts:93](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/context.ts#L93)
[src/core/structures/context.ts:93](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/context.ts#L93)

***

Expand All @@ -167,7 +167,7 @@ Message and ChatInputCommandInteraction

#### Source

[src/core/structures/context.ts:99](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/context.ts#L99)
[src/core/structures/context.ts:99](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/context.ts#L99)

***

Expand All @@ -181,7 +181,7 @@ Message and ChatInputCommandInteraction

#### Source

[src/core/structures/context.ts:26](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/context.ts#L26)
[src/core/structures/context.ts:26](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/context.ts#L26)

***

Expand All @@ -195,7 +195,7 @@ Message and ChatInputCommandInteraction

#### Source

[src/core/structures/context.ts:40](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/context.ts#L40)
[src/core/structures/context.ts:40](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/context.ts#L40)

***

Expand All @@ -212,7 +212,7 @@ else, interaction.user

#### Source

[src/core/structures/context.ts:63](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/context.ts#L63)
[src/core/structures/context.ts:63](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/context.ts#L63)

***

Expand All @@ -226,7 +226,7 @@ else, interaction.user

#### Source

[src/core/structures/context.ts:69](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/context.ts#L69)
[src/core/structures/context.ts:69](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/context.ts#L69)

## Methods

Expand All @@ -244,7 +244,7 @@ else, interaction.user

#### Source

[src/core/structures/core-context.ts:11](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/core-context.ts#L11)
[src/core/structures/core-context.ts:11](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/core-context.ts#L11)

***

Expand All @@ -262,7 +262,7 @@ else, interaction.user

#### Source

[src/core/structures/core-context.ts:15](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/core-context.ts#L15)
[src/core/structures/core-context.ts:15](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/core-context.ts#L15)

***

Expand All @@ -280,7 +280,7 @@ else, interaction.user

#### Source

[src/core/structures/context.ts:120](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/context.ts#L120)
[src/core/structures/context.ts:120](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/context.ts#L120)

***

Expand All @@ -300,4 +300,4 @@ else, interaction.user

#### Source

[src/core/structures/context.ts:129](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/context.ts#L129)
[src/core/structures/context.ts:129](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/context.ts#L129)
24 changes: 12 additions & 12 deletions src/content/docs/v4/api/enumerations/CommandType.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default commandModule({
#### Source

[src/core/structures/enums.ts:20](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/enums.ts#L20)
[src/core/structures/enums.ts:20](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L20)

***

Expand All @@ -41,7 +41,7 @@ export default commandModule({
#### Source

[src/core/structures/enums.ts:23](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/enums.ts#L23)
[src/core/structures/enums.ts:23](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L23)

***

Expand All @@ -51,7 +51,7 @@ export default commandModule({
#### Source

[src/core/structures/enums.ts:29](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/enums.ts#L29)
[src/core/structures/enums.ts:29](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L29)

***

Expand All @@ -61,7 +61,7 @@ export default commandModule({
#### Source

[src/core/structures/enums.ts:22](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/enums.ts#L22)
[src/core/structures/enums.ts:22](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L22)

***

Expand All @@ -71,7 +71,7 @@ export default commandModule({
#### Source

[src/core/structures/enums.ts:21](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/enums.ts#L21)
[src/core/structures/enums.ts:21](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L21)

***

Expand All @@ -81,7 +81,7 @@ export default commandModule({
#### Source

[src/core/structures/enums.ts:28](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/enums.ts#L28)
[src/core/structures/enums.ts:28](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L28)

***

Expand All @@ -91,7 +91,7 @@ export default commandModule({
#### Source

[src/core/structures/enums.ts:25](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/enums.ts#L25)
[src/core/structures/enums.ts:25](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L25)

***

Expand All @@ -101,7 +101,7 @@ export default commandModule({
#### Source

[src/core/structures/enums.ts:27](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/enums.ts#L27)
[src/core/structures/enums.ts:27](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L27)

***

Expand All @@ -111,7 +111,7 @@ export default commandModule({
#### Source

[src/core/structures/enums.ts:19](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/enums.ts#L19)
[src/core/structures/enums.ts:19](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L19)

***

Expand All @@ -121,7 +121,7 @@ export default commandModule({
#### Source

[src/core/structures/enums.ts:24](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/enums.ts#L24)
[src/core/structures/enums.ts:24](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L24)

***

Expand All @@ -131,7 +131,7 @@ export default commandModule({
#### Source

[src/core/structures/enums.ts:18](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/enums.ts#L18)
[src/core/structures/enums.ts:18](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L18)

***

Expand All @@ -141,4 +141,4 @@ export default commandModule({
#### Source

[src/core/structures/enums.ts:26](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/enums.ts#L26)
[src/core/structures/enums.ts:26](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L26)
8 changes: 4 additions & 4 deletions src/content/docs/v4/api/enumerations/EventType.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default eventModule({
#### Source

[src/core/structures/enums.ts:61](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/enums.ts#L61)
[src/core/structures/enums.ts:61](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L61)

***

Expand All @@ -40,7 +40,7 @@ The EventType for handling discord events

#### Source

[src/core/structures/enums.ts:51](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/enums.ts#L51)
[src/core/structures/enums.ts:51](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L51)

***

Expand All @@ -53,7 +53,7 @@ Could be for example, `process` events, database events

#### Source

[src/core/structures/enums.ts:60](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/enums.ts#L60)
[src/core/structures/enums.ts:60](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L60)

***

Expand All @@ -65,4 +65,4 @@ The EventType for handling sern events

#### Source

[src/core/structures/enums.ts:55](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/enums.ts#L55)
[src/core/structures/enums.ts:55](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L55)
6 changes: 3 additions & 3 deletions src/content/docs/v4/api/enumerations/PayloadType.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ title: "PayloadType"
#### Source

[src/core/structures/enums.ts:94](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/enums.ts#L94)
[src/core/structures/enums.ts:94](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L94)

***

Expand All @@ -27,7 +27,7 @@ title: "PayloadType"
#### Source

[src/core/structures/enums.ts:93](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/enums.ts#L93)
[src/core/structures/enums.ts:93](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L93)

***

Expand All @@ -37,4 +37,4 @@ title: "PayloadType"
#### Source

[src/core/structures/enums.ts:95](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/enums.ts#L95)
[src/core/structures/enums.ts:95](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L95)
4 changes: 2 additions & 2 deletions src/content/docs/v4/api/enumerations/PluginType.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The PluginType for EventPlugins

#### Source

[src/core/structures/enums.ts:86](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/enums.ts#L86)
[src/core/structures/enums.ts:86](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L86)

***

Expand All @@ -41,4 +41,4 @@ The PluginType for InitPlugins

#### Source

[src/core/structures/enums.ts:82](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/structures/enums.ts#L82)
[src/core/structures/enums.ts:82](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/structures/enums.ts#L82)
2 changes: 1 addition & 1 deletion src/content/docs/v4/api/functions/CommandControlPlugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ title: "CommandControlPlugin"

## Source

[src/core/plugin.ts:28](https://github.com/sern-handler/handler/blob/3e9b9229c8e4036aa031b2eb106ad88a9cfb5a7b/src/core/plugin.ts#L28)
[src/core/create-plugins.ts:28](https://github.com/sern-handler/handler/blob/7c8e39defbafdd6312a04a2d30750d647a3ab22b/src/core/create-plugins.ts#L28)
Loading

0 comments on commit 88d8258

Please sign in to comment.