Skip to content

Commit 8fad990

Browse files
authored
fix stupid configuration error on build.
1 parent 0ad3206 commit 8fad990

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919

2020
# -- Project information -----------------------------------------------------
2121

22-
project = "discord-py-slash-command"
23-
copyright = "2020-2021, eunwoo1104"
24-
author = "eunwoo1104"
22+
project = "discord-py-interactions"
23+
copyright = "2021, goverfl0w"
24+
author = "goverfl0w"
2525
release = __version__
2626
version = ".".join(__version__.split(".", 2)[:2])
2727

0 commit comments

Comments
 (0)