Move rust to assets

This commit is contained in:
Nexus 2024-08-03 01:53:47 +01:00
parent 897f280d24
commit 2e9d21c318
2 changed files with 1 additions and 1 deletions

View file

@ -1,7 +1,7 @@
import niobot
import textwrap
with open("rust.txt") as copypasta_fd:
with open("assets/rust.txt") as copypasta_fd:
COPYPASTA = textwrap.dedent(copypasta_fd.read())