Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ Build Discord bots with PHP, on top of [Tempest](https://tempestphp.com).
- [Plugins](guides/06-plugins.md)
- [Components](guides/07-components.md)
- [Cache](guides/08-cache.md)
- [Scheduled tasks](guides/09-scheduled-tasks.md)

## Reference

Generated from the source, so it describes what the framework actually does.

**Attributes** — [Command](reference/attributes/command.md), [SubcommandGroup](reference/attributes/subcommand-group.md), [Subcommand](reference/attributes/subcommand.md), [Option](reference/attributes/option.md), [Event](reference/attributes/event.md), [Autocomplete](reference/attributes/autocomplete.md), [Button](reference/attributes/button.md), [SelectMenu](reference/attributes/select-menu.md), [ModalSubmit](reference/attributes/modal-submit.md), [Scheduled](reference/attributes/scheduled.md)
**Attributes** — [Command](reference/attributes/command.md), [SubcommandGroup](reference/attributes/subcommand-group.md), [Subcommand](reference/attributes/subcommand.md), [Option](reference/attributes/option.md), [Event](reference/attributes/event.md), [Autocomplete](reference/attributes/autocomplete.md), [Button](reference/attributes/button.md), [SelectMenu](reference/attributes/select-menu.md), [ModalSubmit](reference/attributes/modal-submit.md)

**Autocomplete** — [Autocomplete](reference/autocomplete/autocomplete.md), [ArrayAutocomplete](reference/autocomplete/array-autocomplete.md)

Expand Down
68 changes: 0 additions & 68 deletions docs/guides/09-scheduled-tasks.md

This file was deleted.

23 changes: 0 additions & 23 deletions docs/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
{
"title": "Cache",
"slug": "guides/08-cache"
},
{
"title": "Scheduled tasks",
"slug": "guides/09-scheduled-tasks"
}
],
"reference": {
Expand Down Expand Up @@ -328,25 +324,6 @@
],
"cases": [],
"methods": []
},
{
"name": "Scheduled",
"fqcn": "Tempcord\\Attributes\\Scheduled",
"kind": "attribute",
"target": "class",
"summary": "Declares an invokable class as work the bot does on a timer.",
"slug": "reference/attributes/scheduled",
"parameters": [
{
"name": "everySeconds",
"type": "float",
"default": null,
"required": true,
"summary": ""
}
],
"cases": [],
"methods": []
}
],
"autocomplete": [
Expand Down
18 changes: 0 additions & 18 deletions docs/reference/attributes/scheduled.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
- [Button](attributes/button.md) — Declares a class or method as the handler for a button press.
- [SelectMenu](attributes/select-menu.md) — Declares a class or method as the handler for a select menu choice.
- [ModalSubmit](attributes/modal-submit.md) — Declares a class or method as the handler for a submitted modal.
- [Scheduled](attributes/scheduled.md) — Declares an invokable class as work the bot does on a timer.

## Autocomplete

Expand Down
24 changes: 0 additions & 24 deletions src/Attributes/Scheduled.php

This file was deleted.

37 changes: 0 additions & 37 deletions src/Compiler/ScheduledTaskCompiler.php

This file was deleted.

17 changes: 0 additions & 17 deletions src/Definitions/ScheduledTaskDefinition.php

This file was deleted.

35 changes: 0 additions & 35 deletions src/Discoveries/ScheduledTasksDiscovery.php

This file was deleted.

71 changes: 0 additions & 71 deletions src/Registries/ScheduledTasksRegistry.php

This file was deleted.

Loading
Loading