Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendotgg authored Feb 9, 2024
1 parent 9036744 commit 99c20aa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,6 @@ class MyCustomEvent(async: Boolean) : TwilightEvent(async) {
}
```

```
### Additional Events

Twilight provides additional events which are not found in Spigot or Paper. These are:
Expand Down Expand Up @@ -265,8 +262,6 @@ repeat(5, 10, TimeUnit.SECONDS, true) {

> Twilight `repeat` conflicting with Kotlin's `repeat`? As an alternative, you can use `repeatingTask`.
> Twilight `repeat` conflicting with Kotlin's `repeat`? As an alternative, you can use `repeatingTask`.
### Databases
Currently we have support for MongoDB. To configure it, you can take one of two routes:

Expand Down

0 comments on commit 99c20aa

Please sign in to comment.